SecondOrderConeType Enumeration

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

Defines the type for a second order cone.

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

Syntax

'Declaration
Public Enumeration SecondOrderConeType
public enum SecondOrderConeType
public enum class SecondOrderConeType
type SecondOrderConeType
public enum SecondOrderConeType

Members

Member name Description
Linear A linear cone.
Quadratic A quadratic cone.
RotatedQuadratic A rotated quadratic cone.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace