MixedIntegerProgrammingDirective.QuickFeasibility 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 the solver should focus on quick feasibility.

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

Syntax

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

Property Value

Type: System.Boolean
true if the solver should focus on quick feasibility; otherwise, false.

.NET Framework Security

See Also

Reference

MixedIntegerProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace