TSP Solver
Main module for the TSP solver. This module contains the main entry point for the TSP solver. To use it, first import it
import fast_tsp
|
Find a tour using the fast heuristic. |
|
Solve the TSP using the greedy nearest neighbor algorithm. |
|
Solve the TSP using the exact algorithm. |
|
Check if a tour is valid. |
|
Returns the cost of a tour. |
|
Return the score of a tour, where 1 is better and 0 is worst. |