Originally posted by: wyk
Hi,
I was wondering if there is an analytical way to estimate the memory used by the constraints without using the profiler. For example, if I have the following constraint:
x >= y + 5,
where x and y are both IloInt. How much memory does CPLEX use to implement this constraint? Also, is there a reference for the type and the size of the CPLEX variables?
Thanks!
#CPLEXOptimizers#DecisionOptimization