Enumerations | |
enum | abstractMixedGraph::TOptSeriesParallel { abstractMixedGraph::ESP_UNDIRECTED = 0, abstractMixedGraph::ESP_DIRECTED = 1, abstractMixedGraph::ESP_EMBEDDING = 2, abstractMixedGraph::ESP_ORIENT = 4, abstractMixedGraph::ESP_VISIBILITY = 8, abstractMixedGraph::ESP_MINOR = 16 } |
Functions | |
bool | abstractMixedGraph::EdgeSeriesParallelMethod (TOptSeriesParallel options=ESP_EMBEDDING, TNode s=NoNode, TNode t=NoNode, abstractMixedGraph *_T=NULL) throw (ERRejected) |
abstractMixedGraph * | abstractMixedGraph::ESP_DecompositionTree (TOptSeriesParallel options=ESP_DIRECTED, TNode s=NoNode, TNode t=NoNode) throw () |
|
|
Handling of edge series-parallel graphs.
|
|
Recognition of edge series-parallel graphs.
|