AlVin  1.0
A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) )
Public Attributes | List of all members
NotReflective_Graph Struct Reference

< 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)
 

Detailed Description

<


The documentation for this struct was generated from the following file: