The TSPAlgorithm type exposes the following members.

Methods

  NameDescription
Protected methodCreateAndAddPoints
Create the legList array, and add to each one the corresponding waypoint.
Protected methodCreateGraph
Creates a Tsp.Graph with the specified waypoints.
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.
Public methodGetSortedPathInNewThread
Calls the GetSortedPath function in a new thread.
Public methodStatic memberGetTSPAlgorithm
Gets the TSPAlgorithm object according to the specified type.
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.
Protected methodOnNotSolutionFound
Raises the NotSolutionFound event.
Protected methodOnStarts
Raises the Starts event.
Public methodToString
Gets the string representation for this Algorithm. Really, gets the Name, to set this object in ComboBox controls.
(Overrides Object..::..ToString()()()().)

See Also