The ITSPAlgorithm type exposes the following members.

Methods

  NameDescription
Public methodGetSortedPath
Returns the sortest possible path according to the specified points.
Public methodGetSortedPathInNewThread
Calls the GetSortedPath function in a new thread.

Properties

  NameDescription
Public propertyDescription
Gets a brief Description for this Algorithm.
Public propertyErrorMessage
Gets an error message if the execution fails.
Public propertyLastResult
Gets the last Leg array resulting of running the algorithm.
Public propertyLastResultPath
Gets the last result path for the Algorithm.
Public propertyName
Gets the Name for this Algorithm.
Public propertyRunningThread
The current running thread.
Public propertyType
Gets the TSP Algorithm Type.

Events

  NameDescription
Public eventEnds
Occurs when the algorithm ends successfully.
Public eventNotSolutionFound
Occurs when the algorithm has ended without a possible solution found.
Public eventStarts
Occurs when the algorithm starts.

See Also