Public property for the tour of the cities.

Namespace: Tsp.GA
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Tour BestTour { get; }
Visual Basic
Public ReadOnly Property BestTour As Tour
	Get
Visual C++
public:
property Tour^ BestTour {
	Tour^ get ();
}

See Also