Originally posted by: Ulysses.Sheng
Hey, all,
I am solving a MIP problem which I don't think is too large, but CPLEX gave me "concert exception caught: not enough memory" before my objective function was generated. All the constraints were generated though.
I am wondering how many constraints Cplex can handle and is there any way to circumvent this problem except for re-formulating my mathematical model?
``````````````````````````````````````````````````````````````````````````
part of the cplex output:
Constraint 22******************************
Constraint 23******************************
Constraint 24******************************
Constraint 25******************************
Constraint 26******************************
Concert exception caught: not enough memory
```````````````````````````````````````````````````````````````````````````
thanks!!
#CPLEXOptimizers#DecisionOptimization