Solves the traveling salesman problem.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member __TSP :
nCities : int -> unit
Parameters
- nCities
- Type: SystemInt32
The number of cities to include in the map, from 5 to 8.
See Also