template<typename GraphType>
class operations_research::AnnotatedGraphBuildManager< GraphType >
Definition at line 2064 of file ebert_graph.h.
|
| 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) |
|
◆ AnnotatedGraphBuildManager()
◆ AddArc()
GraphType::ArcIndex AddArc |
( |
typename GraphType::NodeIndex |
tail, |
|
|
typename GraphType::NodeIndex |
head |
|
) |
| |
|
inlineinherited |
◆ Graph()
GraphType* Graph |
( |
PermutationCycleHandler< typename GraphType::ArcIndex > * |
client_cycle_handler | ) |
|
|
inlineinherited |
The documentation for this class was generated from the following file: