LinearReport.GetGoalCoefficientSensitivity Method

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

Returns the goal coefficient sensitivity range for a decision that has indexes.

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

Syntax

'Declaration
Public Overridable Function GetGoalCoefficientSensitivity ( _
    decision As Decision, _
    ParamArray indexes As Object() _
) As Nullable(Of LinearSolverSensitivityRange)
public virtual Nullable<LinearSolverSensitivityRange> GetGoalCoefficientSensitivity(
    Decision decision,
    params Object[] indexes
)
public:
virtual Nullable<LinearSolverSensitivityRange> GetGoalCoefficientSensitivity(
    Decision^ decision, 
    ... array<Object^>^ indexes
)
abstract GetGoalCoefficientSensitivity : 
        decision:Decision * 
        indexes:Object[] -> Nullable<LinearSolverSensitivityRange> 
override GetGoalCoefficientSensitivity : 
        decision:Decision * 
        indexes:Object[] -> Nullable<LinearSolverSensitivityRange> 
public function GetGoalCoefficientSensitivity(
    decision : Decision, 
    ... indexes : Object[]
) : Nullable<LinearSolverSensitivityRange>

Parameters

  • indexes
    Type: array<System.Object[]
    The indexes for the decision. Use an empty array for a non-indexed decision.

Return Value

Type: System.Nullable<LinearSolverSensitivityRange>
The goal coefficient sensitivity range for a decision that has indexes. If sensitivity is not supported, the return value is nulla null reference (Nothing in Visual Basic).

Remarks

A coefficient can be changed within the sensitivity range without changing the solution vector, that is, the decision values.

.NET Framework Security

See Also

Reference

LinearReport Class

Microsoft.SolverFoundation.Services Namespace