Gets the Name for this Algorithm.

Namespace: FlightPlan.Optimizer.TSPAlgorithms
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
string Name { get; }
Visual Basic
ReadOnly Property Name As String
	Get
Visual C++
property String^ Name {
	String^ get ();
}

See Also