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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.