SimplexDirective.IterationLimit 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 iteration count limit for the simplex solver.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property IterationLimit As Integer
public int IterationLimit { get; set; }
public:
property int IterationLimit {
int get ();
void set (int value);
}
member IterationLimit : int with get, set
function get IterationLimit () : int
function set IterationLimit (value : int)
Property Value
Type: System.Int32
The iteration count limit.
Remarks
If the IterationLimit property is negative, there is no limit.
.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.