#include <balancedDigraph.h>
Inheritance diagram for balancedFNW:
Public Member Functions | |
balancedFNW (TNode _n, goblinController &_CT=goblinDefaultContext) throw () | |
balancedFNW (const char *fileName, goblinController &_CT=goblinDefaultContext) throw (ERFile,ERParse) | |
~balancedFNW () throw () | |
unsigned long | Size () const throw () |
unsigned long | Allocated () const throw () |
void | Symmetrize () throw () |
void | Relax () throw () |
TFloat | Length (TArc a) const throw (ERRange) |
TFloat | BalFlow (TArc a) const throw (ERRange,ERRejected) |
void | BalPush (TArc a, TFloat lambda) throw (ERRange) |
Protected Attributes | |
sparseRepresentation | X |
|
Default constructor for balanced digraphs.
|
|
File constructor for balanced digraphs.
|
|
|
|
Reimplemented from abstractBalancedFNW. |
|
Implements abstractBalancedFNW. |
|
Implements abstractBalancedFNW. |
|
Retrieve an arc length.
Reimplemented from abstractMixedGraph. |
|
Implements abstractBalancedFNW. |
|
Implements goblinRootObject. |
|
Implements abstractBalancedFNW. |
|
|