C++ Reference
C++ Reference: Graph
GraphBuilderFromArcs< GraphType, is_dynamic >
Detailed Description
template<typename GraphType, bool is_dynamic>
class operations_research::or_internal::GraphBuilderFromArcs< GraphType, is_dynamic >
class operations_research::or_internal::GraphBuilderFromArcs< GraphType, is_dynamic >
Definition at line 1963 of file ebert_graph.h.
Public Member Functions | |
GraphBuilderFromArcs (typename GraphType::NodeIndex max_num_nodes, typename GraphType::ArcIndex max_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) |
Constructor & Destructor Documentation
◆ GraphBuilderFromArcs()
|
inline |
Definition at line 1965 of file ebert_graph.h.
Member Function Documentation
◆ AddArc()
|
inline |
Definition at line 1972 of file ebert_graph.h.
◆ Graph()
|
inline |
Definition at line 1991 of file ebert_graph.h.
The documentation for this class was generated from the following file: