SimplexSolver.CostingUsedExact Property

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

Gets the costing used for exact arithmetic.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CostingUsedExact As SimplexCosting
public virtual SimplexCosting CostingUsedExact { get; }
public:
virtual property SimplexCosting CostingUsedExact {
    SimplexCosting get ();
}
abstract CostingUsedExact : SimplexCosting
override CostingUsedExact : SimplexCosting
function get CostingUsedExact () : SimplexCosting

Property Value

Type: Microsoft.SolverFoundation.Solvers.SimplexCosting
The costing used for exact arithmetic.

Implements

ILinearSimplexStatistics.CostingUsedExact

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace