63 bool isVertexAdmissible(
const string &vertexLabel);
64 bool removeVertex(
const string &vertexLabel);
65 void printMatrix(vector<vector<unsigned int>> *iMatrix);
67 string get_error()
const;
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
vector< vector< unsigned int > > iNewCox
New Coxeter matrix.
Definition: index2.h:55
vector< vector< unsigned int > > coxeterMatrix
Coxeter matrix.
Definition: index2.h:49
unsigned int vertex
Index of the vertex.
Definition: index2.h:52
CoxIter * ci
Definition: index2.h:48
string error
Definition: index2.h:58
unsigned int verticesCount
Number of vertices of the starting graph.
Definition: index2.h:50
unsigned int originVertex
Definition: index2.h:43
unsigned int index
Definition: index2.h:42
string label
Definition: index2.h:41