Gets the TSPAlgorithm object according to the specified type.

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

Syntax

C#
public static ITSPAlgorithm GetTSPAlgorithm(
	TSPAlgorithmType type
)
Visual Basic
Public Shared Function GetTSPAlgorithm ( _
	type As TSPAlgorithmType _
) As ITSPAlgorithm
Visual C++
public:
static ITSPAlgorithm^ GetTSPAlgorithm(
	TSPAlgorithmType type
)

Parameters

type
Type: FlightPlan.Optimizer.TSPAlgorithms..::..TSPAlgorithmType
The type of TSP Algorithm.

Return Value

The TSP Algorithm.

See Also