SimplexSolverParams.MixedIntegerGapTolerance 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 tolerance to declare an integer solution optimal.

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

Syntax

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

Property Value

Type: System.Double
The tolerance to declare an integer solution optimal.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace