SecondOrderCone Class
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 SecondOrderCone type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConeType | Gets the type of a second order cone. |
![]() | Index | Gets the index for a second order cone. |
![]() | Key | Gets the key for a second order cone. |
![]() | PrimaryVid1 | Gets or sets the primary conic variable for a second order cone. |
![]() | PrimaryVid2 | Gets or sets the secondary conic variable for a second order cone. |
![]() | VidCount | Gets the number of conic variables for a second order cone. |
![]() | Vids | Gets a collection of conic variables for a second order cone. |
| Name | Description | |
|---|---|---|
![]() | ContainsVid | Returns a value that indicates whether a variable belongs to a cone. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Converts a cone to its equivalent string representation. (Overrides Object.ToString.) |
Show:
