InteriorPointMethodDirective.GapTolerance 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 gap tolerance for the interior point method solver.

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

Syntax

'Declaration
Public Property GapTolerance As Double
public double GapTolerance { get; set; }
public:
property double GapTolerance {
    double get ();
    void set (double value);
}
member GapTolerance : float with get, set
function get GapTolerance () : double
function set GapTolerance (value : double)

Property Value

Type: System.Double
The gap tolerance for the interior point method solver.

Remarks

If the GapTolerance property is set to 0, the solver chooses the ideal gap tolerance.

.NET Framework Security

See Also

Reference

InteriorPointMethodDirective Class

Microsoft.SolverFoundation.Services Namespace