C++ Reference

C++ Reference: Graph

hamiltonian_path.h File Reference

Go to the source code of this file.

Classes

class  ElementIterator< Set >
 
class  Set< Integer >
 
class  SetRangeIterator< SetRange >
 
class  SetRangeWithCardinality< Set >
 
class  LatticeMemoryManager< Set, CostType >
 
class  HamiltonianPathSolver< CostType, CostFunction >
 
class  PruningHamiltonianSolver< CostType, CostFunction >
 

Namespaces

 operations_research
 

Typedefs

typedef int PathNodeIndex
 

Functions

template<typename CostType , typename CostFunction >
HamiltonianPathSolver< CostType, CostFunction > MakeHamiltonianPathSolver (int num_nodes, CostFunction cost)