SimplexSolverParams.MixedIntegerBranchingStrategyPostFeasibility Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the method that the solver uses after feasibility to select variables to branch on.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Property MixedIntegerBranchingStrategyPostFeasibility As BranchingStrategy
public BranchingStrategy MixedIntegerBranchingStrategyPostFeasibility { get; set; }
public:
property BranchingStrategy MixedIntegerBranchingStrategyPostFeasibility {
    BranchingStrategy get ();
    void set (BranchingStrategy value);
}
member MixedIntegerBranchingStrategyPostFeasibility : BranchingStrategy with get, set
function get MixedIntegerBranchingStrategyPostFeasibility () : BranchingStrategy
function set MixedIntegerBranchingStrategyPostFeasibility (value : BranchingStrategy)

Property Value

Type: Microsoft.SolverFoundation.Solvers.BranchingStrategy
The method that the solver uses after feasibility to select variables to branch on.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace