SimplexSolverParams.GetSensitivityReport Property

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

Gets or sets a value that specifies whether to create a sensitivity report.

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

Syntax

'Declaration
Public Property GetSensitivityReport As Boolean
public bool GetSensitivityReport { get; set; }
public:
property bool GetSensitivityReport {
    bool get ();
    void set (bool value);
}
member GetSensitivityReport : bool with get, set
function get GetSensitivityReport () : boolean
function set GetSensitivityReport (value : boolean)

Property Value

Type: System.Boolean
true if the sensitivity report will be created; otherwise, false.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace