The TSPAlgorithm_BB type exposes the following members.

Methods

  NameDescription
Protected methodCreateAndAddPoints
Create the legList array, and add to each one the corresponding waypoint.
(Inherited from TSPAlgorithm.)
Protected methodCreateGraph
Creates a Tsp.Graph with the specified waypoints.
(Inherited from TSPAlgorithm.)
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
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.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetSortedPath
Returns the sortest possible path according to the specified points.
(Overrides TSPAlgorithm..::..GetSortedPath(array<Waypoint>[]()[][]).)
Public methodGetSortedPathInNewThread
Calls the GetSortedPath function in a new thread.
(Inherited from TSPAlgorithm.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Protected methodOnEnds
Raises the Ends event.
(Inherited from TSPAlgorithm.)
Protected methodOnNotSolutionFound
Raises the NotSolutionFound event.
(Inherited from TSPAlgorithm.)
Protected methodOnStarts
Raises the Starts event.
(Inherited from TSPAlgorithm.)
Public methodToString
Gets the string representation for this Algorithm. Really, gets the Name, to set this object in ComboBox controls.
(Inherited from TSPAlgorithm.)

See Also