Attempts to find a (directed) Hamiltonian cycle in a graph using TSP solvers.  
 More...
Attempts to find a (directed) Hamiltonian cycle in a graph using TSP solvers. 
Edges can be traversed in both directions.
- Warning
 - If no Hamiltonian cycle is found by this class, that does not prove the nonexistence thereof. However, there are some easy graph properties which prohibit the existence of a Hamiltonian cycle. Namely, if a graph is not 2-connected (see Connectivity.BiNodeConnectedComponents), then it cannot contain a Hamiltonian cycle. 
 
Definition at line 334 of file Tsp.cs.