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