InteriorPointSolver.Gap Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the gap between primal and dual objective values.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Gap As Rational
public virtual Rational Gap { get; }
public:
virtual property Rational Gap {
    Rational get ();
}
abstract Gap : Rational
override Gap : Rational
function get Gap () : Rational

Property Value

Type: Microsoft.SolverFoundation.Common.Rational
The gap between primal and dual objective values.

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace