Edge structure for shrinkable graphs. More...
#include <eg_shrink_graph.h>

Data Fields | |
| EGeUgraphEdge_t | edge |
| EGeList_t | members |
| unsigned int | mmb_sz |
| EGlpNum_t | weight |
Edge structure for shrinkable graphs.
Definition at line 62 of file eg_shrink_graph.h.
Actual edge structure for the graph
Definition at line 64 of file eg_shrink_graph.h.
Referenced by EGalgMCbuildPRgraph().
list of other edges shrunken within this edge
Definition at line 65 of file eg_shrink_graph.h.
Referenced by display_srkG().
| unsigned int EGsrkEdge_t::mmb_sz |
length of the members list (without including the edge itsself
Definition at line 66 of file eg_shrink_graph.h.
| EGlpNum_t EGsrkEdge_t::weight |
Weight for the edge
Definition at line 68 of file eg_shrink_graph.h.
Referenced by display_srkG(), EGalgMCbuildPRgraph(), and main().
1.7.1