This class contains the list of cities for this test. Each city has a location and the distance information to every other city.

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

Syntax

C#
public class Cities : List<City>
Visual Basic
Public Class Cities _
	Inherits List(Of City)
Visual C++
public ref class Cities : public List<City^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'City>)>)>
    Tsp.GA..::..Cities

See Also