SimplexSolverParams.GetInfeasibilityReport 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 an infeasibility report.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace