SimplexSolverParams.MixedIntegerNodePresolve 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 indicates whether to perform presolve during a search.

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

Syntax

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

Property Value

Type: System.Boolean
true if presolve will be performed during search; otherwise, false.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace