65 void printMatrix(vector<vector<unsigned int>> *iMatrix);
Main class for the work.
Definition coxiter.h:74
Extract an index two subroup (based on Gal, Bonnafé-Dyer)
Definition index2.h:46
vector< NewVertex > newVertices
Definition index2.h:54
unsigned int iNewVerticesCount
Definition index2.h:56
string get_error() const
Definition index2.cpp:172
vector< vector< unsigned int > > iNewCox
New Coxeter matrix.
Definition index2.h:55
vector< vector< unsigned int > > coxeterMatrix
Coxeter matrix.
Definition index2.h:49
bool removeVertex(const string &vertexLabel)
Definition index2.cpp:50
unsigned int vertex
Index of the vertex.
Definition index2.h:52
CoxIter * ci
Definition index2.h:48
bool isVertexAdmissible(const string &vertexLabel)
Definition index2.cpp:29
string error
Definition index2.h:58
unsigned int verticesCount
Number of vertices of the starting graph.
Definition index2.h:50
void printMatrix(vector< vector< unsigned int > > *iMatrix)
Definition index2.cpp:161
unsigned int originVertex
Definition index2.h:43
unsigned int index
Definition index2.h:42
string label
Definition index2.h:41