Enums the distinct types of TSP Algorithms.

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

Syntax

C#
public enum TSPAlgorithmType
Visual Basic
Public Enumeration TSPAlgorithmType
Visual C++
public enum class TSPAlgorithmType

Members

Member nameValueDescription
TypeBB0 The Branch and Bound Algorithm Type.
TypeGA1 The Genetic Algorithm type.

See Also