This class represents one instance of a tour through all the cities.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'Link>)>)>
    Tsp.GA..::..Tour

See Also