Creates a new instance of BranchAndBound.

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

Syntax

C#
public BranchAndBound(
	bool verbose
)
Visual Basic
Public Sub New ( _
	verbose As Boolean _
)
Visual C++
public:
BranchAndBound(
	bool verbose
)

Parameters

verbose
Type: System..::..Boolean
A value indicating if it must be verbose or not.

See Also