SimplexSolverParams.MaxPivotCount 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 pivot count.

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

Syntax

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

Property Value

Type: System.Int32
The upper limit for pivot count.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace