Run the BranchAndBound algorithm with the specified graph.

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

Syntax

C#
public void Run(
	Graph g
)
Visual Basic
Public Sub Run ( _
	g As Graph _
)
Visual C++
public:
void Run(
	Graph^ g
)

Parameters

g
Type: Tsp..::..Graph
The graph.

See Also