simplex maximum iteration limit

Sets the maximum number of simplex iterations to be performed before the algorithm terminates without reaching optimality.

Purpose

Simplex maximum iteration limit

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Simplex_Limits_Iterations CPX_PARAM_ITLIM
C++ IloCplex::Param::Simplex::Limits::Iterations ItLim (long)
Java IloCplex.Param.Simplex.Limits.Iterations ItLim (long)
.NET Cplex.Param.Simplex.Limits.Iterations ItLim (long)
OPL itlim itlim
Python parameters.simplex.limits.iterations simplex.limits.iterations
Interactive simplex limits iterations simplex limits iterations
Identifier 1020 1020

Description

Sets the maximum number of simplex iterations to be performed before the algorithm terminates without reaching optimality. When set to 0 (zero), no simplex method iteration occurs. However, CPLEX factors the initial basis from which solution routines provide information about the associated initial solution.

Values

Any nonnegative integer; default: 9223372036800000000.