Modules | |
| DAG composition | |
Enumerations | |
| enum | abstractMixedGraph::TOptDAGSearch { abstractMixedGraph::DAG_TOPSORT = 0, abstractMixedGraph::DAG_CRITICAL = 1, abstractMixedGraph::DAG_SPTREE = 2 } |
Functions | |
| TNode | abstractDiGraph::TopSort () throw () |
| TNode | abstractDiGraph::CriticalPath () throw () |
| TNode | abstractMixedGraph::DAGSearch (TOptDAGSearch opt, const indexSet< TArc > &EligibleArcs, TNode s=NoNode, TNode t=NoNode) throw (ERRange) |
|
|
Alternative options for the DAG search procedure.
|
|
|
Determine a critical path.
|
|
||||||||||||||||||||
|
Perform a DAG search.
|
|
|
Determine a topological numbering.
|