Connection to the first city.

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

Syntax

C#
public int Connection1 { get; set; }
Visual Basic
Public Property Connection1 As Integer
	Get
	Set
Visual C++
public:
property int Connection1 {
	int get ();
	void set (int value);
}

See Also