The TSPAlgorithm type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TSPAlgorithm | Initializes a new instance of the TSPAlgorithm class |
Methods
Name | Description | |
---|---|---|
![]() | CreateAndAddPoints |
Create the legList array, and add to each one the corresponding waypoint.
|
![]() | CreateGraph |
Creates a Tsp.Graph with the specified waypoints.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Inherited from Object.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetSortedPath |
Returns the sortest possible path according to the specified points.
|
![]() | GetSortedPathInNewThread |
Calls the GetSortedPath function in a new thread.
|
![]() ![]() | GetTSPAlgorithm |
Gets the TSPAlgorithm object according to the specified type.
|
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | OnEnds |
Raises the Ends event.
|
![]() | OnNotSolutionFound |
Raises the NotSolutionFound event.
|
![]() | OnStarts |
Raises the Starts event.
|
![]() | ToString |
Gets the string representation for this Algorithm.
Really, gets the Name, to set this object in ComboBox controls.
(Overrides Object..::..ToString()()()().) |
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.
|