ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Simplex maximum iteration limit

C Name

CPX_PARAM_ITLIM

C++ Name

ItLim

Java Name

ItLim

.NET Name

ItLim

InteractiveOptimizer

simplex limits iterations

Identifier

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: 2100000000.