ILinearSimplexStatistics.UseExact Property

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

Returns a value that indicates whether a solve attempt is instructed to use exact arithmetic.

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

Syntax

'Declaration
ReadOnly Property UseExact As Boolean
bool UseExact { get; }
property bool UseExact {
    bool get ();
}
abstract UseExact : bool
function get UseExact () : boolean

Property Value

Type: System.Boolean
true if the solve attempt is instructed to use exact arithmetic; otherwise, false.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace