BranchingStrategy Enumeration

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

Syntax

'Declaration
Public Enumeration BranchingStrategy
public enum BranchingStrategy
public enum class BranchingStrategy
type BranchingStrategy
public enum BranchingStrategy

Members

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.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace