SimplexSolverParams.VariableFeasibilityTolerance 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 numerical tolerance for variables.

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

Syntax

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

Property Value

Type: System.Double
The numerical tolerance for variables.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace