InteriorPointSolver.IsInteriorPoint Property

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

Gets a value that indicates whether a solver is an interior point solver.

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

Syntax

'Declaration
Public ReadOnly Property IsInteriorPoint As Boolean
public bool IsInteriorPoint { get; }
public:
property bool IsInteriorPoint {
    bool get ();
}
member IsInteriorPoint : bool
function get IsInteriorPoint () : boolean

Property Value

Type: System.Boolean
true if the solver is an interior point solver; otherwise, false.

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace