ILinearSolverSensitivityReport Interface

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

Defines a report for sensitivity analysis.

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

Syntax

'Declaration
Public Interface ILinearSolverSensitivityReport _
    Inherits ILinearSolverReport
public interface ILinearSolverSensitivityReport : ILinearSolverReport
public interface class ILinearSolverSensitivityReport : ILinearSolverReport
type ILinearSolverSensitivityReport =  
    interface
        interface ILinearSolverReport
    end
public interface ILinearSolverSensitivityReport extends ILinearSolverReport

The ILinearSolverSensitivityReport type exposes the following members.

Methods

  Name Description
Public method GetDualValue Returns the dual value for a row constraint.
Public method GetObjectiveCoefficientRange(Int32) Returns the coefficient range for the first objective row.
Public method GetObjectiveCoefficientRange(Int32, Int32) Returns the coefficient range for the first objective row.
Public method GetVariableRange Returns the variable range.

Top

See Also

Reference

Microsoft.SolverFoundation.Services Namespace