InteriorPointSolverParams.SolveTolerance 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 solve tolerance.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property SolveTolerance As Double
public double SolveTolerance { get; set; }
public:
property double SolveTolerance {
double get ();
void set (double value);
}
member SolveTolerance : float with get, set
function get SolveTolerance () : double
function set SolveTolerance (value : double)
Property Value
Type: System.Double
The solve tolerance.
Remarks
The solve tolerance can be set to gap, primal, or dual.
.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.