The TSPAlgorithm_BB type exposes the following members.

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

See Also