SimplexSolverParams.CostTolerance Property

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

Gets or sets the numeric tolerance for simplex pricing.

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

Syntax

'Declaration
Public Overridable Property CostTolerance As Double
public virtual double CostTolerance { get; set; }
public:
virtual property double CostTolerance {
    double get ();
    void set (double value);
}
abstract CostTolerance : float with get, set
override CostTolerance : float with get, set
function get CostTolerance () : double
function set CostTolerance (value : double)

Property Value

Type: System.Double
The numeric tolerance for simplex pricing.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace