![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Functions | |
| template<typename Graph> | |
| Graph | GenerateCompleteUndirectedGraph (const typename Graph::NodeIndex num_nodes) |
| template<typename Graph> | |
| Graph | GenerateCompleteUndirectedBipartiteGraph (const typename Graph::NodeIndex num_nodes_1, const typename Graph::NodeIndex num_nodes_2) |
| template<typename Graph> | |
| Graph | GenerateCompleteDirectedBipartiteGraph (const typename Graph::NodeIndex num_nodes_1, const typename Graph::NodeIndex num_nodes_2) |
| Graph GenerateCompleteDirectedBipartiteGraph | ( | const typename Graph::NodeIndex | num_nodes_1, |
| const typename Graph::NodeIndex | num_nodes_2 ) |
Definition at line 105 of file graph_generator.h.
| Graph GenerateCompleteUndirectedBipartiteGraph | ( | const typename Graph::NodeIndex | num_nodes_1, |
| const typename Graph::NodeIndex | num_nodes_2 ) |
Definition at line 67 of file graph_generator.h.
| Graph GenerateCompleteUndirectedGraph | ( | const typename Graph::NodeIndex | num_nodes | ) |
Definition at line 37 of file graph_generator.h.