The distance from this city 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 List<Link> Links { get; set; }
Visual Basic
Public Property Links As List(Of Link)
	Get
	Set
Visual C++
public:
property List<Link^>^ Links {
	List<Link^>^ get ();
	void set (List<Link^>^ value);
}

See Also