Frobby 0.9.5
|
#include <CommonParams.h>
Public Member Functions | |
CommonParams () | |
bool | getIdealIsMinimal () const |
Returns whether the input ideal is known to be minimally generated. | |
void | idealIsMinimal (bool value) |
bool | getPrintActions () const |
Returns whether to print and time the large-scale actions that Frobby performs. | |
void | printActions (bool value) |
const string & | getInputFormat () const |
Returns the format used for parsing input. | |
void | setInputFormat (const string &value) |
const string & | getOutputFormat () const |
Returns the format in which output is produced. | |
void | setOutputFormat (const string &value) |
bool | getProduceCanonicalOutput () const |
Returns whether to produce output in a canonical representation. | |
void | produceCanonicalOutput (bool value) |
bool | getPrintDebug () const |
Returns whether to print information about what the algorithm is doing to standard error as it runs. | |
void | printDebug (bool value) |
bool | getPrintStatistics () const |
Returns whether to print statistics on what the algorithm did to standard error after it has run. | |
void | printStatistics (bool value) |
Private Attributes | |
bool | _idealIsMinimal |
bool | _printActions |
bool | _produceCanonicalOutput |
bool | _printDebug |
bool | _printStatistics |
string | _inputFormat |
string | _outputFormat |
Definition at line 25 of file CommonParams.h.
CommonParams::CommonParams | ( | ) |
Definition at line 25 of file CommonParams.cpp.
|
inline |
Returns whether the input ideal is known to be minimally generated.
This option is off by default.
If the ideal is minimally generated, setting this option can improve performance. However, if this option is set and the ideal is not actually minimally generated, then Frobby will exhibit undefined behavior. Possibilities for what might happen include crashing, going into an infinite loop and producing incorrect results.
Definition at line 38 of file CommonParams.h.
Returns the format used for parsing input.
Definition at line 47 of file CommonParams.h.
Returns the format in which output is produced.
Definition at line 51 of file CommonParams.h.
|
inline |
Returns whether to print and time the large-scale actions that Frobby performs.
Definition at line 43 of file CommonParams.h.
|
inline |
Returns whether to print information about what the algorithm is doing to standard error as it runs.
Definition at line 61 of file CommonParams.h.
|
inline |
Returns whether to print statistics on what the algorithm did to standard error after it has run.
Definition at line 66 of file CommonParams.h.
|
inline |
Returns whether to produce output in a canonical representation.
Definition at line 56 of file CommonParams.h.
Definition at line 39 of file CommonParams.h.
Definition at line 44 of file CommonParams.h.
Definition at line 62 of file CommonParams.h.
Definition at line 67 of file CommonParams.h.
Definition at line 57 of file CommonParams.h.
Definition at line 48 of file CommonParams.h.
Definition at line 52 of file CommonParams.h.
|
private |
Definition at line 70 of file CommonParams.h.
|
private |
Definition at line 76 of file CommonParams.h.
|
private |
Definition at line 77 of file CommonParams.h.
|
private |
Definition at line 71 of file CommonParams.h.
|
private |
Definition at line 73 of file CommonParams.h.
|
private |
Definition at line 74 of file CommonParams.h.
|
private |
Definition at line 72 of file CommonParams.h.