| AlVin
    1.0
    A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) ) | 
< More...
#include "Structure which corresponds to one Euclidean graph which cannot be extended"
| Public Attributes | |
| vector< short unsigned int > | iGraphVertices | 
| Vertices of the graph. | |
| vector< short unsigned int > | iVariablesName | 
| For each vertex, the corresponding variable. | |
| vector< short unsigned int > | iVariablesToCoeff | 
| [ i ] = j means that x_i has the jth coefficient in the quadratic form | |
| vector< short unsigned int > | iVariablesGreaterThan | 
| [ i ] = j means x_i >= x_j | |
| vector< AlgebraicInteger * > | aiVariablesCount | 
| Number of time each variable appear (useful for the norm equation) | |
<
 1.8.11
 1.8.11