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