Go to the documentation of this file.
18 #ifndef COMMON_PARAMS_GUARD
19 #define COMMON_PARAMS_GUARD
void printActions(bool value)
void printStatistics(bool value)
void idealIsMinimal(bool value)
void extractCliValues(CommonParams &common, const CliParams &cli)
bool getPrintActions() const
Returns whether to print and time the large-scale actions that Frobby performs.
void produceCanonicalOutput(bool value)
bool _produceCanonicalOutput
bool getIdealIsMinimal() const
Returns whether the input ideal is known to be minimally generated.
const string & getOutputFormat() const
Returns the format in which output is produced.
void addDebugParam(CliParams ¶ms)
void setOutputFormat(const string &value)
void printDebug(bool value)
bool getPrintDebug() const
Returns whether to print information about what the algorithm is doing to standard error as it runs.
bool getProduceCanonicalOutput() const
Returns whether to produce output in a canonical representation.
void setInputFormat(const string &value)
bool getPrintStatistics() const
Returns whether to print statistics on what the algorithm did to standard error after it has run.
void addCommonParams(CliParams ¶ms)
const string & getInputFormat() const
Returns the format used for parsing input.