SecondOrderConicModel.IsSocpModel 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 model contains any second order cones.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsSocpModel As Boolean
public virtual bool IsSocpModel { get; }
public:
virtual property bool IsSocpModel {
    bool get ();
}
abstract IsSocpModel : bool
override IsSocpModel : bool
function get IsSocpModel () : boolean

Property Value

Type: System.Boolean
true if a model contains second order cones; otherwise, false.

Implements

ISecondOrderConicModel.IsSocpModel

.NET Framework Security

See Also

Reference

SecondOrderConicModel Class

Microsoft.SolverFoundation.Services Namespace