Enums the distinct types of TSP Algorithms.
Namespace: FlightPlan.Optimizer.TSPAlgorithmsAssembly: 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 name | Value | Description | |
---|---|---|---|
TypeBB | 0 | The Branch and Bound Algorithm Type. | |
TypeGA | 1 | The Genetic Algorithm type. |