splitGraph Class Reference

Balanced digraphs obtained by symmetrization of ordinary flow networks. More...

#include <balancedDigraph.h>

Inheritance diagram for splitGraph:

balancedFNW abstractBalancedFNW abstractDiGraph abstractMixedGraph managedObject goblinRootObject

Public Member Functions

 splitGraph (const abstractDiGraph &G) throw ()
TNode DefaultSourceNode () const throw ()
TNode DefaultTargetNode () const throw ()

Detailed Description

Balanced digraphs obtained by symmetrization of ordinary flow networks.


Constructor & Destructor Documentation

splitGraph const abstractDiGraph G  )  throw ()
 


Member Function Documentation

TNode DefaultSourceNode  )  const throw () [virtual]
 

Retrieve the default source node.

Returns:
The index of the default source node

Reimplemented from abstractMixedGraph.

TNode DefaultTargetNode  )  const throw () [virtual]
 

Retrieve the default target node.

Returns:
The index of the default target node

Reimplemented from abstractMixedGraph.