SimplexSolverParams.UseExact 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 use exact arithmetic.

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

Syntax

'Declaration
Public Overridable Property UseExact As Boolean
public virtual bool UseExact { get; set; }
public:
virtual property bool UseExact {
    bool get ();
    void set (bool value);
}
abstract UseExact : bool with get, set
override UseExact : bool with get, set
function get UseExact () : boolean
function set UseExact (value : boolean)

Property Value

Type: System.Boolean
true if exact arithmetic will be used; otherwise, false.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace