The BranchAndBound type exposes the following members.

Fields

  NameDescription
Public fieldbranchingMethod
The branching method to use.
Public fieldEndTime
End date of the algorithm.
Public fieldInterval
Time interval that the algorithm has take.
Public fielditer
Number of iterations done.
Public fieldmax_asl
The maximun number active states that had been in the PriorityQueue
Public fieldnbKClosestEdgesToTake
Number of closest edges to take for each node. 0 means all the edges.
Public fieldnum_inserted
The number of states inserted at the Active states structure.
Public fieldStartTime
Start date of the algorithm.
Public fieldusePolynomialInitialization
Gets a value indicating if use polynomial initialization. If false, the Genetic Algorithm initialization is used.

See Also