Constructor for the initial state.

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

Syntax

C#
public State(
	int initialState
)
Visual Basic
Public Sub New ( _
	initialState As Integer _
)
Visual C++
public:
State(
	int initialState
)

Parameters

initialState
Type: System..::..Int32
Node identifier for the initial state.

See Also