CglClique::fnode Struct Reference

A node of the fractional graph. More...

List of all members.

Public Attributes

int * nbrs
 pointer into all_nbr
double * edgecosts
 1-x_i-x_j, needed for odd holes, in the same order as the adj list, pointer into all_edgecost
int degree
 degree of the node
double val
 the fractional value of the variable corresponding to this node


Detailed Description

A node of the fractional graph.

There is a node for every variable at fractional level.

Definition at line 92 of file CglClique.hpp.


Member Data Documentation

int* CglClique::fnode::nbrs

pointer into all_nbr

Definition at line 94 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 97 of file CglClique.hpp.

int CglClique::fnode::degree

degree of the node

Definition at line 99 of file CglClique.hpp.

double CglClique::fnode::val

the fractional value of the variable corresponding to this node

Definition at line 101 of file CglClique.hpp.


The documentation for this struct was generated from the following file:
Generated on Sun Nov 14 14:13:10 2010 for Coin-All by  doxygen 1.4.7