Run the BranchAndBound algorithm with the graph at the specified path.
Namespace: Tsp.BBAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void Run( string path ) |
Visual Basic |
---|
Public Sub Run ( _ path As String _ ) |
Visual C++ |
---|
public: void Run( String^ path ) |
Parameters
- path
- Type: System..::..String
The path containing the graph data.