Gets the tour and cities information and creates a new State representation according to it.

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

Syntax

C#
public State ToState()
Visual Basic
Public Function ToState As State
Visual C++
public:
State^ ToState()

Return Value

A State with the path and value information about the tour.

See Also