variable (column) read limit

Specifies a limit for the number of columns (variables) to read for an allocation of memory.

Purpose

Limit the number of variables (columns) read for memory allocation

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Read_Variables CPX_PARAM_COLREADLIM
C++ IloCplex::Param::Read::Variables ColReadLim (int)
Java IloCplex.Param.Read.Variables ColReadLim (int)
.NET Cplex.Param.Read.Variables ColReadLim (int)
OPL not available not available
Python parameters.read.variables read.variables
Interactive read variables read variables
Identifier 1023 1023

Description

Specifies a limit for the number of columns (variables) to read for an allocation of memory.

This parameter does not restrict the size of a problem. Rather, it indirectly specifies the default amount of memory that will be pre-allocated before a problem is read from a file. If the limit is exceeded, more memory is automatically allocated.

Values

Any integer from 0 (zero) to CPX_BIGINT; default: 60 000.