template<typename GraphType, bool is_dynamic>
class operations_research::or_internal::GraphBuilderFromArcs< GraphType, is_dynamic >
Definition at line 1963 of file ebert_graph.h.
|
| 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) |
|
◆ GraphBuilderFromArcs()
GraphBuilderFromArcs |
( |
typename GraphType::NodeIndex |
max_num_nodes, |
|
|
typename GraphType::ArcIndex |
max_num_arcs, |
|
|
bool |
sort_arcs |
|
) |
| |
|
inline |
◆ AddArc()
GraphType::ArcIndex AddArc |
( |
typename GraphType::NodeIndex |
tail, |
|
|
typename GraphType::NodeIndex |
head |
|
) |
| |
|
inline |
◆ Graph()
GraphType* Graph |
( |
PermutationCycleHandler< typename GraphType::ArcIndex > * |
client_cycle_handler | ) |
|
|
inline |
The documentation for this class was generated from the following file: