SimplexSolverParams.GeometricScalingThreshold 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 threshold of geometric scaling in the reduced model.

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

Syntax

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

Property Value

Type: System.Double
The threshold of geometric scaling in the reduced model.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace