The ITSPAlgorithm type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetSortedPath |
Returns the sortest possible path according to the specified points.
|
![]() | GetSortedPathInNewThread |
Calls the GetSortedPath function in a new thread.
|
Properties
Name | Description | |
---|---|---|
![]() | Description |
Gets a brief Description for this Algorithm.
|
![]() | ErrorMessage |
Gets an error message if the execution fails.
|
![]() | LastResult |
Gets the last Leg array resulting of running the algorithm.
|
![]() | LastResultPath |
Gets the last result path for the Algorithm.
|
![]() | Name |
Gets the Name for this Algorithm.
|
![]() | RunningThread |
The current running thread.
|
![]() | Type |
Gets the TSP Algorithm Type.
|
Events
Name | Description | |
---|---|---|
![]() | Ends |
Occurs when the algorithm ends successfully.
|
![]() | NotSolutionFound |
Occurs when the algorithm has ended without a possible solution found.
|
![]() | Starts |
Occurs when the algorithm starts.
|