The GUI sets this flag to true to stop the TSP algorithm and allow the Begin() function to return.

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

Syntax

C#
public bool Halt { get; set; }
Visual Basic
Public Property Halt As Boolean
	Get
	Set
Visual C++
public:
property bool Halt {
	bool get ();
	void set (bool value);
}

See Also