#include <ebert_graph.h>


Public Member Functions | |
| AnnotatedGraphBuildManager (typename GraphType::NodeIndex num_nodes, typename GraphType::ArcIndex num_arcs, bool sort_arcs) | |
| GraphType::ArcIndex | AddArc (typename GraphType::NodeIndex tail, typename GraphType::NodeIndex head) |
| GraphType * | Graph (PermutationCycleHandler< typename GraphType::ArcIndex > *client_cycle_handler) |
| Builds the graph from the given arcs. More... | |
Definition at line 2064 of file ebert_graph.h.
|
inline |
Definition at line 2068 of file ebert_graph.h.
|
inlineinherited |
Too many arcs or node index out of bounds!
Definition at line 1972 of file ebert_graph.h.
|
inlineinherited |
Builds the graph from the given arcs.
Definition at line 1991 of file ebert_graph.h.