Enums the possible branching methods available.
Right now, the State1 has the best performance.
Namespace: Tsp.BBAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public enum BranchingMethod |
Visual Basic |
---|
Public Enumeration BranchingMethod |
Visual C++ |
---|
public enum class BranchingMethod |
Members
Member name | Value | Description | |
---|---|---|---|
State1 | 0 | ||
State2 | 1 |