ILinearSimplexStatistics.Gap Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the difference between an integer solution and a relaxed solution.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
ReadOnly Property Gap As Rational
Rational Gap { get; }
property Rational Gap {
Rational get ();
}
abstract Gap : Rational
function get Gap () : Rational
Property Value
Type: Microsoft.SolverFoundation.Common.Rational
The difference between an integer solution and a relaxed solution.
Remarks
The Gap property is used in mixed integer programming.
.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.