tree memory limit

Sets an absolute upper limit on the size (in megabytes, uncompressed) of the branch-and-cut tree.

Purpose

Tree memory limit

API Parameter Name Name prior to V12.6.0
C CPXPARAM_MIP_Limits_TreeMemory CPX_PARAM_TRELIM
C++ IloCplex::Param::MIP::Limits::TreeMemory TreLim (double)
Java IloCplex.Param.MIP.Limits.TreeMemory TreLim (double)
.NET Cplex.Param.MIP.Limits.TreeMemory TreLim (double)
OPL trelim trelim
Python parameters.mip.limits.treememory mip.limits.treememory
Interactive mip limits treememory mip limits treememory
Identifier 2027 2027

Description

Sets an absolute upper limit on the size (in megabytes, uncompressed) of the branch-and-cut tree. If this limit is exceeded, CPLEX terminates optimization.

Values

Any nonnegative number; default: 1e+75.