Functions | |
void | abstractDiGraph::ChinesePostman (bool adjustUCap) throw (ERRejected) |
void | abstractGraph::ChinesePostman (bool adjustUCap) throw (ERRejected) |
virtual void | abstractMixedGraph::ChinesePostman (bool adjustUCap) throw (ERRejected) |
bool | abstractMixedGraph::EulerianCycle (TArc *pred=NULL) throw (ERRejected) |
|
Compute a maximum-weight Eulerian subgraph.
Reimplemented in abstractDiGraph, and abstractGraph. |
|
Compute a maximum-weight Eulerian subgraph.
Reimplemented from abstractMixedGraph. |
|
Compute a maximum-weight Eulerian subgraph.
Reimplemented from abstractMixedGraph. |
|
Compute an Euler cycle.
In order to save the walk by such fixed length arrays, it is required that the upper capacity bounds are all one. If higher arc capacities occur (as for the ChinesePostman() application), it is recommended to call ExplicitParallels() first. |