MixedIntegerProgrammingDirective.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 a mixed integer programming (MIP) 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 an MIP solver.

.NET Framework Security

See Also

Reference

MixedIntegerProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace