Originally posted by: Joshua_gao
Dear All, I have a problem when I am calling cplex 12 in C++.
I have a Mixed-integer-linear programming problem, which has 10 binary variables and 10 continuous variables and 6 constraints. (I think the size of problem is not large).
However, when I am calling cpelx, it returns me "Concert exception caught: not enough memory". The branch-and-cut procedure is not started yet. So the problem should be in the pre-solving part.
Any thoughts for this problem? Is there any way to print more detail information of the error? e.g., in which part it is out of memory.
Thanks!
#CPLEXOptimizers#DecisionOptimization