SecondOrderConicModel.AddRow Method (Object, Int32, SecondOrderConeRowType, Int32%)

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

Returns a value that indicates whether a conic row is added to a model.

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

Syntax

'Declaration
Public Overridable Function AddRow ( _
    key As Object, _
    vidCone As Integer, _
    rowType As SecondOrderConeRowType, _
    <OutAttribute> ByRef vidRow As Integer _
) As Boolean
public virtual bool AddRow(
    Object key,
    int vidCone,
    SecondOrderConeRowType rowType,
    out int vidRow
)
public:
virtual bool AddRow(
    Object^ key, 
    int vidCone, 
    SecondOrderConeRowType rowType, 
    [OutAttribute] int% vidRow
)
abstract AddRow : 
        key:Object * 
        vidCone:int * 
        rowType:SecondOrderConeRowType * 
        vidRow:int byref -> bool 
override AddRow : 
        key:Object * 
        vidCone:int * 
        rowType:SecondOrderConeRowType * 
        vidRow:int byref -> bool 
public function AddRow(
    key : Object, 
    vidCone : int, 
    rowType : SecondOrderConeRowType, 
    vidRow : int
) : boolean

Parameters

  • vidCone
    Type: System.Int32
    A variable index for the second order cone.
  • vidRow
    Type: System.Int32%
    The reference row for the cone.

Return Value

Type: System.Boolean
true if the row is added to the model successfully; false if the model already includes a row that is referenced by key or if the model already includes a user variable that is referenced by key.

Implements

ISecondOrderConicModel.AddRow(Object, Int32, SecondOrderConeRowType, Int32%)

.NET Framework Security

See Also

Reference

SecondOrderConicModel Class

AddRow Overload

Microsoft.SolverFoundation.Services Namespace