SimplexSolverParams.MaxGeometricScalingIterations 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 upper limit for geometric scaling in the reduced model.

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

Syntax

'Declaration
Public Overridable Property MaxGeometricScalingIterations As Integer
public virtual int MaxGeometricScalingIterations { get; set; }
public:
virtual property int MaxGeometricScalingIterations {
    int get ();
    void set (int value);
}
abstract MaxGeometricScalingIterations : int with get, set
override MaxGeometricScalingIterations : int with get, set
function get MaxGeometricScalingIterations () : int
function set MaxGeometricScalingIterations (value : int)

Property Value

Type: System.Int32
The upper limit for geometric scaling in the reduced model.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace