![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 882 of file hamiltonian_path.h.
#include <hamiltonian_path.h>
Public Types | |
| typedef uint32_t | Integer |
| typedef Set< Integer > | NodeSet |
Public Member Functions | |
| PruningHamiltonianSolver (CostFunction cost) | |
| PruningHamiltonianSolver (int num_nodes, CostFunction cost) | |
| CostType | HamiltonianCost (int end_node) |
| typedef uint32_t operations_research::PruningHamiltonianSolver< CostType, CostFunction >::Integer |
Definition at line 898 of file hamiltonian_path.h.
| typedef Set<Integer> operations_research::PruningHamiltonianSolver< CostType, CostFunction >::NodeSet |
Definition at line 899 of file hamiltonian_path.h.
|
explicit |
Definition at line 937 of file hamiltonian_path.h.
| operations_research::PruningHamiltonianSolver< CostType, CostFunction >::PruningHamiltonianSolver | ( | int | num_nodes, |
| CostFunction | cost ) |
Definition at line 942 of file hamiltonian_path.h.
| CostType operations_research::PruningHamiltonianSolver< CostType, CostFunction >::HamiltonianCost | ( | int | end_node | ) |
Definition at line 1011 of file hamiltonian_path.h.