InteriorPointSolverParams.MaxIterationCount 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 maximum number of iterations.

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

Syntax

'Declaration
Public Property MaxIterationCount As Integer
public int MaxIterationCount { get; set; }
public:
property int MaxIterationCount {
    int get ();
    void set (int value);
}
member MaxIterationCount : int with get, set
function get MaxIterationCount () : int
function set MaxIterationCount (value : int)

Property Value

Type: System.Int32
The maximum number of iterations.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace