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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.