ISecondOrderCone Interface
[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)
Syntax
'Declaration
Public Interface ISecondOrderCone
public interface ISecondOrderCone
public interface class ISecondOrderCone
type ISecondOrderCone = interface end
public interface ISecondOrderCone
The ISecondOrderCone type exposes the following members.
Properties
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. |
Top