ISecondOrderCone Interface
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines information for a second order cone.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The ISecondOrderCone type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConeType | Gets the type of a second order cone. |
![]() | Index | Gets the index for a cone. |
![]() | Key | Gets the key for a cone. |
![]() | PrimaryVid1 | Gets or sets the primary conic variable for a cone. |
![]() | PrimaryVid2 | Gets or sets the secondary conic variable for a cone. |
![]() | VidCount | Gets the number of conic variables for a cone. |
![]() | Vids | Gets the collection of conic variables for a cone. |
Show:
