![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Namespaces | |
| namespace | util |
Functions | |
| std::unique_ptr< StaticGraph<> > | util::GenerateRandomMultiGraph (int num_nodes, int num_arcs, bool finalized, absl::BitGenRef gen) |
| std::unique_ptr< StaticGraph<> > | util::GenerateRandomDirectedSimpleGraph (int num_nodes, int num_arcs, bool finalized, absl::BitGenRef gen) |
| std::unique_ptr< StaticGraph<> > | util::GenerateRandomUndirectedSimpleGraph (int num_nodes, int num_edges, bool finalized, absl::BitGenRef gen) |