Public property indicating if the TSP algorithm is complete.

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

Syntax

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

See Also