In addition, ILOG CPLEX terminates optimization when it reaches a limit that you have set. You can set limits on time, number of nodes, size of tree memory, size of the node log file, and number of integer solutions. Table 5.6 summarizes those parameters and their purpose.
The limit on tree memory terminates optimization only when the parameter controlling the node file (in the Interactive Optimizer, mip strategy file
, in the Concert Technology Library, IloCplex::NodeFileInd
, in the Callable Library, CPX_PARAM_NODEFILEIND)
is 0
, the default. If the value is other than 0
, optimization will continue.
write filename.tre
or write filename tre
.
CPXtreewrite()
.