The TSPAlgorithm_BB type exposes the following members.

Constructors

  NameDescription
Public methodTSPAlgorithm_BB
Creates a new instance of TSPAlgorithm_BB.

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.)

Properties

  NameDescription
Public propertyDescription
Gets a brief Description for this Algorithm.
(Overrides TSPAlgorithm..::..Description.)
Public propertyErrorMessage
Gets an error message if the execution fails.
(Inherited from TSPAlgorithm.)
Public propertyKnn
Number of closest edges to take for each node. 0 means all the edges.
Public propertyLastResult
Gets the last Leg array resulting of running the algorithm.
(Inherited from TSPAlgorithm.)
Public propertyLastResultPath
Gets the last result path for the Algorithm.
(Inherited from TSPAlgorithm.)
Public propertyName
Gets the Name for this Algorithm.
(Overrides TSPAlgorithm..::..Name.)
Public propertyRunningThread
The current running thread.
(Inherited from TSPAlgorithm.)
Public propertyType
Gets the TSP Algorithm Type.
(Overrides TSPAlgorithm..::..Type.)

Events

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

See Also