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