45#ifdef _COMPILE_WITH_PARI_
Main class for the application.
Definition app.h:56
bool bOutputGraphToDraw
If we write the graph in a file, to use graphviz.
Definition app.h:89
string inFilename
Path to the graph.
Definition app.h:91
string index2vertex_t0
Definition app.h:82
bool checkArithmeticity
Definition app.h:58
string index2vertex_s0
Definition app.h:84
vector< string > verticesToRemove
The vertices we want to remove.
Definition app.h:80
bool computeGrowthRate
If we want to compute the growth rate.
Definition app.h:67
bool bIndex2
Trying to extract an index two subroup?
Definition app.h:71
void printHelp() const
Definition app.cpp:579
bool computeEuler
If we want to compute the Euler characteristic.
Definition app.h:68
vector< string > vertices
If we specify the vertices.
Definition app.h:81
bool computeSignature
If we want to compute the signature.
Definition app.h:69
bool checkCanBeFiniteCovolume
Definition app.h:60
void extractIndex2Subgroup(CoxIter &ci)
Definition app.cpp:216
string ouputMathematicalFormat
Definition app.h:78
bool computeGrowthSeries
If we want compute the growth series.
Definition app.h:66
bool useOpenMP
Use OpenMP.
Definition app.h:72
bool printCoxeterMatrix
Print the Coxeter matrix?
Definition app.h:74
bool printCoxeterGraph
Print the Coxeter graph?
Definition app.h:73
string outFilenameBasis
Definition app.h:92
App()
Definition app.cpp:25
bool printGramMatrix
Print the Gram matrix?
Definition app.h:75
bool readMainParameters(int argc, char **argv)
Definition app.cpp:35
void run()
Definition app.cpp:274
bool checkFiniteCovolume
Definition app.h:64
bool bPrintHelp
Definition app.h:76
bool bCoutFile
If the output is redirected to a file.
Definition app.h:88
bool bOutputGraph
If we write the graph in a file, to use with CoxIter.
Definition app.h:90
bool debug
Display additional information.
Definition app.h:70
bool checkCocompacity
Definition app.h:62
Main class for the work.
Definition coxiter.h:74