Originally posted by: SystemAdmin
Hi everybody,
I have an iterative solution approach where I iterate between solving two model extracted to two different cplex instances.
I modify the objective function 'expression' of one of these models and task manager shows that nothing special happened interms of change in memory size. But then when I invoke solve the size grows by ca. 60 MB (I guess the new objective function expresseion is extracted here to cplex instance). Nothing has happened; the expression is almost the same size as before even not a bigger term.
now the question is: why this size increases and how to avoid it.\
If it would have been 1-2 or 3 MB that was fine but I cannot convince myself about this 60 MB. I have tried all possibilities of clearning cplex object, clearing the model even some nonsense experiments etc with no avail.
Any comment highly appreciated.
regards,
#CPLEXOptimizers#DecisionOptimization