|
Public Member Functions |
| layeredShrNetwork (abstractBalancedFNW &_H, TNode _s, staticQueue< TNode > **Q, staticQueue< TArc > **Anomalies, staticQueue< TArc > **Bridges) throw () |
| ~layeredShrNetwork () throw () |
void | Init () throw () |
unsigned long | Size () const throw () |
unsigned long | Allocated () const throw () |
TNode | StartNode (TArc a) const throw (ERRange) |
TCap | UCap (TArc a) const throw (ERRange) |
TNode | DDFS (TArc a) throw (ERRange) |
void | ShrinkBlossom (TNode b, TArc currentPetal, TNode tenacity) throw (ERRange) |
TFloat | FindPath (TNode t) throw (ERRange,ERRejected) |
void | Expand (TNode x, TNode y) throw () |
void | CoExpand (TNode x, TNode y) throw () |
void | Traverse (TNode b, TNode x, TNode y, TArc currentPetal, TArc *thisProp, TArc *otherProp) throw () |
TFloat | Augment (TArc currentPetal) throw () |