ISecondOrderConicModel.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 the model contains any second order cones.

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

Syntax

'Declaration
ReadOnly Property IsSocpModel As Boolean
bool IsSocpModel { get; }
property bool IsSocpModel {
    bool get ();
}
abstract IsSocpModel : bool
function get IsSocpModel () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

ISecondOrderConicModel Interface

Microsoft.SolverFoundation.Services Namespace