InteriorPointSolverParams.PresolveLevel 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 level of presolve that the interior point method solver applies.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property PresolveLevel As Integer
public int PresolveLevel { get; set; }
public:
property int PresolveLevel {
int get ();
void set (int value);
}
member PresolveLevel : int with get, set
function get PresolveLevel () : int
function set PresolveLevel (value : int)
Property Value
Type: System.Int32
The level of presolve that the interior point method solver applies.
Remarks
The following table shows the levels of presolve that you can apply to the interior point method solver.
Level of presolve |
Description |
---|---|
-1 |
Default or automatic |
0 |
No presolve |
Greater than 0 |
Full |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.