InteriorPointSolver.ILinearSolverSensitivityReport.GetObjectiveCoefficientRange Method (Int32, Int32)

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

Returns the coefficient range of a goal row.

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

Syntax

'Declaration
Private Function GetObjectiveCoefficientRange ( _
    vid As Integer, _
    pri As Integer _
) As LinearSolverSensitivityRange Implements ILinearSolverSensitivityReport.GetObjectiveCoefficientRange
LinearSolverSensitivityRange ILinearSolverSensitivityReport.GetObjectiveCoefficientRange(
    int vid,
    int pri
)
private:
virtual LinearSolverSensitivityRange GetObjectiveCoefficientRange(
    int vid, 
    int pri
) sealed = ILinearSolverSensitivityReport::GetObjectiveCoefficientRange
private abstract GetObjectiveCoefficientRange : 
        vid:int * 
        pri:int -> LinearSolverSensitivityRange 
private override GetObjectiveCoefficientRange : 
        vid:int * 
        pri:int -> LinearSolverSensitivityRange 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.LinearSolverSensitivityRange
The coefficient range of the goal row.

Implements

ILinearSolverSensitivityReport.GetObjectiveCoefficientRange(Int32, Int32)

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

GetObjectiveCoefficientRange Overload

Microsoft.SolverFoundation.Solvers Namespace