InteriorPointProperties Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines properties that the interior point solver can retrieve by using events.
Inheritance Hierarchy
System.Object
Microsoft.SolverFoundation.Services.InteriorPointProperties
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public NotInheritable Class InteriorPointProperties
public static class InteriorPointProperties
public ref class InteriorPointProperties abstract sealed
[<AbstractClass>]
[<Sealed>]
type InteriorPointProperties = class end
public final class InteriorPointProperties
The InteriorPointProperties type exposes the following members.
Fields
Name | Description | |
---|---|---|
AbsoluteGap | Specifies the absolute duality gap. | |
DualObjectiveValue | Specifies the dual objective value. | |
PrimalObjectiveValue | Specifies the primal objective value. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.