Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::AnnotatedGraphBuildManager< GraphType > Class Template Reference

#include <ebert_graph.h>

Inheritance diagram for operations_research::AnnotatedGraphBuildManager< GraphType >:
operations_research::or_internal::GraphBuilderFromArcs< GraphType, graph_traits< GraphType >::is_dynamic >

Public Member Functions

 AnnotatedGraphBuildManager (typename GraphType::NodeIndex num_nodes, typename GraphType::ArcIndex num_arcs, bool sort_arcs)
 
- Public Member Functions inherited from operations_research::or_internal::GraphBuilderFromArcs< GraphType, graph_traits< GraphType >::is_dynamic >
 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)
 Builds the graph from the given arcs.
 

Detailed Description

template<typename GraphType>
class operations_research::AnnotatedGraphBuildManager< GraphType >

Definition at line 2069 of file ebert_graph.h.

Constructor & Destructor Documentation

◆ AnnotatedGraphBuildManager()

template<typename GraphType >
operations_research::AnnotatedGraphBuildManager< GraphType >::AnnotatedGraphBuildManager ( typename GraphType::NodeIndex num_nodes,
typename GraphType::ArcIndex num_arcs,
bool sort_arcs )
inline

Definition at line 2073 of file ebert_graph.h.


The documentation for this class was generated from the following file: