Share via


SimplexSolver.UseExact 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 a solve attempt is instructed to use exact arithmetic.

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

Syntax

'Declaration
Public Overridable ReadOnly Property UseExact As Boolean
public virtual bool UseExact { get; }
public:
virtual property bool UseExact {
    bool get ();
}
abstract UseExact : bool
override UseExact : bool
function get UseExact () : boolean

Property Value

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

Implements

ILinearSimplexStatistics.UseExact

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace