Output to the transscript channel


Functions

void abstractMixedGraph::TextDisplay (TNode i=NoNode, TNode j=NoNode) const throw ()
void abstractMixedGraph::DisplayPath (TNode u, TNode v) throw (ERRange,ERRejected)
TFloat abstractMixedGraph::CutCapacity (TNode separator=NoNode) throw (ERCheck)

Function Documentation

TFloat CutCapacity TNode  separator = NoNode  )  throw (ERCheck) [inherited]
 

Send the cut induced by the distance labels to the transcript channel.

Parameters:
separator The minimum distance value in the right-hand side of the cut
Returns:
The cut capacity

void DisplayPath TNode  u,
TNode  v
throw (ERRange,ERRejected) [inherited]
 

Send a path encoded into the predecessor labels to the transcript channel.

Parameters:
u The path start node
v The path start node

void TextDisplay TNode  i = NoNode,
TNode  j = NoNode
const throw () [inherited]
 

Send a text display in an ASCII format to the transcript channel.

Parameters:
i The minimum displayed node index or NoNode
j The maximum displayed node index or NoNode
This dumps the graph object with all registers in a node oriented format. Nodes are listed with all incident arcs. If neither i nor j are specified, all nodes are listed. If only i is specified, only this node is written. The format is the same as for ExportToAscii().