ILinearModel.GetRowQuadraticEntries Method

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

Returns a collection of nonzero variable entries on a quadratic row.

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

Syntax

'Declaration
Function GetRowQuadraticEntries ( _
    vidRow As Integer _
) As IEnumerable(Of QuadraticEntry)
IEnumerable<QuadraticEntry> GetRowQuadraticEntries(
    int vidRow
)
IEnumerable<QuadraticEntry>^ GetRowQuadraticEntries(
    int vidRow
)
abstract GetRowQuadraticEntries : 
        vidRow:int -> IEnumerable<QuadraticEntry> 
function GetRowQuadraticEntries(
    vidRow : int
) : IEnumerable<QuadraticEntry>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<QuadraticEntry>
A collection of nonzero variable entries on the quadratic row.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace