EGsrkGraph_t Struct Reference
[EGsrkGraph]

#include <eg_shrink_graph.h>

Collaboration diagram for EGsrkGraph_t:

Collaboration graph
[legend]

Detailed Description

Graph structure for shrinkable graphs.
Examples:

eg_shrink_graph.ex.c.

Definition at line 100 of file eg_shrink_graph.h.

Data Fields

EGeUgraph_t G
unsigned n_oedges
unsigned n_onodes


Field Documentation

EGeUgraph_t EGsrkGraph_t::G
 

Actual graph structure.

Examples:
eg_shrink_graph.ex.c.

Definition at line 102 of file eg_shrink_graph.h.

unsigned EGsrkGraph_t::n_oedges
 

Number of original edges

Examples:
eg_min_cut.ex.c, and eg_shrink_graph.ex.c.

Definition at line 104 of file eg_shrink_graph.h.

unsigned EGsrkGraph_t::n_onodes
 

Number of original nodes

Examples:
eg_min_cut.ex.c, and eg_shrink_graph.ex.c.

Definition at line 103 of file eg_shrink_graph.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 30 08:55:12 2006 for EGlib by  doxygen 1.4.5