SimplexDirective.GetInfeasibility 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 indicates whether to generate infeasibility information.

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

Syntax

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

Property Value

Type: System.Boolean
true if infeasibility information will be generated; otherwise, false.

.NET Framework Security

See Also

Reference

SimplexDirective Class

Microsoft.SolverFoundation.Services Namespace