C++ Reference
C++ Reference: Graph
hamiltonian_path.h File Reference
Go to the source code of this file.
Namespaces | |
| operations_research | |
Typedefs | |
| typedef int | PathNodeIndex |
Functions | |
| template<typename CostType , typename CostFunction > | |
| HamiltonianPathSolver< CostType, CostFunction > | MakeHamiltonianPathSolver (int num_nodes, CostFunction cost) |