The BranchAndBound type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | branchingMethod |
The branching method to use.
|
![]() | EndTime |
End date of the algorithm.
|
![]() | Interval |
Time interval that the algorithm has take.
|
![]() | iter |
Number of iterations done.
|
![]() | max_asl |
The maximun number active states that had been in the PriorityQueue
|
![]() | nbKClosestEdgesToTake |
Number of closest edges to take for each node.
0 means all the edges.
|
![]() | num_inserted |
The number of states inserted at the Active states structure.
|
![]() | StartTime |
Start date of the algorithm.
|
![]() | usePolynomialInitialization |
Gets a value indicating if use polynomial initialization.
If false, the Genetic Algorithm initialization is used.
|