Originally posted by: Stidsen
Hi
I am running a customized Branch & Cut algorithm, where I use Cplex
cutcallback, incumbentcallback and branchcallback. I have a problem
with controlling the memory consumption ... It seems that the standard
parameters (CPX_PARAM_TRELIM, CPX_PARAM_WORKMEM and CPX_PARAM_NODEFILEIND)
have no effect. That is ok, if I could just somehow FROM INSIDE MY CALLBACKS
get an estimate of the current memory usage ... then I could terminate
the code my self ... Does anybody know how to get such an estimate ...
(it does not have to be very precise). And yes, I know I can get counts
on the current no of nodes, but depending on the problem instance, same number
of nodes can have very different memory usage ...
Any help will be appreciated !
Best Regards Thomas Stidsen
#CPLEXOptimizers#DecisionOptimization