The TSPAlgorithm_BB type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateAndAddPoints |
Create the legList array, and add to each one the corresponding waypoint.
(Inherited from TSPAlgorithm.) |
![]() | CreateGraph |
Creates a Tsp.Graph with the specified waypoints.
(Inherited from TSPAlgorithm.) |
![]() | 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.
(Overrides TSPAlgorithm..::..GetSortedPath(array<Waypoint>[]()[][]).) |
![]() | GetSortedPathInNewThread |
Calls the GetSortedPath function in a new thread.
(Inherited from TSPAlgorithm.) |
![]() | 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.
(Inherited from TSPAlgorithm.) |
![]() | OnNotSolutionFound |
Raises the NotSolutionFound event.
(Inherited from TSPAlgorithm.) |
![]() | OnStarts |
Raises the Starts event.
(Inherited from TSPAlgorithm.) |
![]() | ToString |
Gets the string representation for this Algorithm.
Really, gets the Name, to set this object in ComboBox controls.
(Inherited from TSPAlgorithm.) |