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
Public fieldStatic member AbsoluteGap Specifies the absolute duality gap.
Public fieldStatic member DualObjectiveValue Specifies the dual objective value.
Public fieldStatic member 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.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace