SimplexSolverParams.MixedIntegerPresolve Property

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

Gets or sets a value that specifies whether to presolve a model.

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

Syntax

'Declaration
Public Property MixedIntegerPresolve As Boolean
public bool MixedIntegerPresolve { get; set; }
public:
property bool MixedIntegerPresolve {
    bool get ();
    void set (bool value);
}
member MixedIntegerPresolve : bool with get, set
function get MixedIntegerPresolve () : boolean
function set MixedIntegerPresolve (value : boolean)

Property Value

Type: System.Boolean
true if the model will be presolved; otherwise, false.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace