BacktrackAlg Enumeration
Namespace: Optimizer
Assembly: xprsdn (in xprsdn.dll) Version: 44.01.04
public enum BacktrackAlg
Member name | Value | Description | |
---|---|---|---|
BestEstimate | 2 | Select the node with the best estimated solution. | |
BestBound | 3 | Select the node with the best bound on the solution. | |
DeepestNode | 4 | Select the deepest node in the search tree (equivalent to depth-first search). | |
HighestNode | 5 | Select the highest node in the search tree (equivalent to breadth-first search). | |
EarliestNode | 6 | Select the earliest node created. | |
LatestNode | 7 | Select the latest node created. | |
Random | 8 | Select a node randomly. | |
MinimumInfeas | 9 | Select the node whose LP relaxation contains the fewest number of infeasible MIP entities. | |
BestEstimateWithMinimumInfeas | 10 | Combination of 2 and 9. | |
DeepestBestEstimate | 11 | Combination of 2 and 4. |
Reference
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.