Gets the path of this tour that begins at the specified node.
Namespace: Tsp.GAAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int[] GetPathStartingAt(
int idNodeStart
) |
Visual Basic |
---|
Public Function GetPathStartingAt ( _
idNodeStart As Integer _
) As Integer() |
Visual C++ |
---|
public:
array<int>^ GetPathStartingAt(
int idNodeStart
) |
Parameters
- idNodeStart
- Type: System..::..Int32
The identifier of the node where starts the path.
Return Value
The path of this tour that begins at the specified node.
See Also