ISecondOrderCone.PrimaryVid2 Property

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

Gets or sets the secondary conic variable for a cone.

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

Syntax

'Declaration
Property PrimaryVid2 As Integer
int PrimaryVid2 { get; set; }
property int PrimaryVid2 {
    int get ();
    void set (int value);
}
abstract PrimaryVid2 : int with get, set
function get PrimaryVid2 () : int
function set PrimaryVid2 (value : int)

Property Value

Type: System.Int32
The secondary conic variable.

Remarks

For a rotated quadratic cone, the secondary conic variable is x2, where x1 x2 >= || x3 ||, x1, s2 > 0.

.NET Framework Security

See Also

Reference

ISecondOrderCone Interface

Microsoft.SolverFoundation.Services Namespace