BranchingStrategy Enumeration
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the branching strategies for the mixed integer programming (MIP) solver.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
| Member name | Description | |
|---|---|---|
| Automatic | The solver chooses a strategy. | |
| SmallestPseudoCost | Selects the variable with the smallest pseudo-cost. | |
| LargestPseudoCost | Selects the variable with the largest pseudo-cost. | |
| LeastFractional | Selects the least fractional variable. | |
| MostFractional | Selects the most fractional variable. | |
| VectorLength | Selects a variable with large pseudo-cost and expected large influence on other variables. | |
| StrongCost | Selects a variable with the largest increase in objective value. |
Show: