Functions | |
virtual TCap | abstractMixedGraph::Demand (TNode v) const throw (ERRange) |
TCap | abstractMixedGraph::MaxDemand () const throw () |
virtual bool | abstractMixedGraph::CDemand () const throw () |
virtual TCap | abstractMixedGraph::UCap (TArc a) const throw (ERRange) |
TCap | abstractMixedGraph::MaxUCap () const throw () |
virtual bool | abstractMixedGraph::CUCap () const throw () |
virtual TCap | abstractMixedGraph::LCap (TArc a) const throw (ERRange) |
virtual TCap | abstractMixedGraph::MaxLCap () const throw () |
virtual bool | abstractMixedGraph::CLCap () const throw () |
virtual TFloat | abstractMixedGraph::Length (TArc a) const throw (ERRange) |
TFloat | abstractMixedGraph::MaxLength () const throw () |
virtual bool | abstractMixedGraph::CLength () const throw () |
|
Check if the node demands are all the same.
Reimplemented in balancedToBalanced, bigraphToDigraph, digraphToDigraph, and graphToBalanced. |
|
Check if the lower capacity bounds are all the same.
Reimplemented in balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, and surfaceGraph. |
|
Check if the arc length labels are all the same.
Reimplemented in layeredAuxNetwork, balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, and surfaceGraph. |
|
Check if the upper capacity bounds are all the same.
Reimplemented in layeredAuxNetwork, balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, and surfaceGraph. |
|
Retrieve a node demand.
Reimplemented in balancedToBalanced, bigraphToDigraph, digraphToDigraph, and graphToBalanced. |
|
Retrieve a lower capacity bound.
Reimplemented in balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, and surfaceGraph. |
|
Retrieve an arc length.
Reimplemented in layeredAuxNetwork, balancedFNW, balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, and surfaceGraph. |
|
Retrieve the maximum node demand.
|
|
Retrieve the maximum lower capacity bound.
Reimplemented in digraphToDigraph. |
|
Retrieve the maximum arc length.
Reimplemented in digraphToDigraph. |
|
Retrieve the maximum upper capacity bound.
|
|
Retrieve an upper capacity bound.
Reimplemented in layeredAuxNetwork, balancedToBalanced, bigraphToDigraph, digraphToDigraph, graphToBalanced, layeredShrNetwork, and surfaceGraph. |