Tests.__TSP Method

Liquid Quantum Simulator

Tests__TSP Method
Solves the traveling salesman problem.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
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