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
Public property ConeType Gets the type of a second order cone.
Public property Index Gets the index for a cone.
Public property Key Gets the key for a cone.
Public property PrimaryVid1 Gets or sets the primary conic variable for a cone.
Public property PrimaryVid2 Gets or sets the secondary conic variable for a cone.
Public property VidCount Gets the number of conic variables for a cone.
Public property Vids Gets the collection of conic variables for a cone.

Top

See Also

Reference

Microsoft.SolverFoundation.Services Namespace