Gets a string representing the branching method used. Useful for benchmarking purposes.

Namespace: Tsp.BB
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string BranchingMethodToString()
Visual Basic
Public Function BranchingMethodToString As String
Visual C++
public:
String^ BranchingMethodToString()

Return Value

A string representing the branching method used.

See Also