A node of the fractional graph. More...
Public Attributes | |
int * | nbrs |
pointer into all_nbr More... | |
double * | edgecosts |
1-x_i-x_j, needed for odd holes, in the same order as the adj list, pointer into all_edgecost More... | |
int | degree |
degree of the node More... | |
double | val |
the fractional value of the variable corresponding to this node More... | |
A node of the fractional graph.
There is a node for every variable at fractional level.
Definition at line 97 of file CglClique.hpp.
int* CglClique::fnode::nbrs |
pointer into all_nbr
Definition at line 99 of file CglClique.hpp.
double* CglClique::fnode::edgecosts |
1-x_i-x_j, needed for odd holes, in the same order as the adj list, pointer into all_edgecost
Definition at line 102 of file CglClique.hpp.
int CglClique::fnode::degree |
degree of the node
Definition at line 104 of file CglClique.hpp.
double CglClique::fnode::val |
the fractional value of the variable corresponding to this node
Definition at line 106 of file CglClique.hpp.