|
RingDecomposerLib 1.0
|
#include <RingDecomposerLib.h>
Public Attributes | |
| RDL_edge * | edges |
| unsigned | weight |
| unsigned | urf |
| unsigned | rcf |
This structure holds a cycle (or ring) in the graph. It is essentially an array of edges which are represented by pairs of nodes.
| unsigned RDL_cycle::rcf |
RCF of the cycle
| unsigned RDL_cycle::urf |
URF of the cycle
| unsigned RDL_cycle::weight |
weight of the cycle (length of the array)
1.8.13