LinearReport.IsInfeasibilityAvailable Property

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

Gets a value that indicates whether infeasibility information is available.

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

Syntax

'Declaration
Public ReadOnly Property IsInfeasibilityAvailable As Boolean
public bool IsInfeasibilityAvailable { get; }
public:
property bool IsInfeasibilityAvailable {
    bool get ();
}
member IsInfeasibilityAvailable : bool
function get IsInfeasibilityAvailable () : boolean

Property Value

Type: System.Boolean
true if infeasibility information is available; otherwise, false.

.NET Framework Security

See Also

Reference

LinearReport Class

Microsoft.SolverFoundation.Services Namespace