Originally posted by: Jermerney
Hi,
I'm trying to solve a large MIP model using CPLEX in VS 2012 environment on a PC with 20 GB memory. The dimension of the variables is about 500*50*50*4, all of which are binary variables. I'm using "for" loops to represent the objective function.
But, the model seems to be extremely difficult to load. It can only import the model with dimensions of about 200*30*20*4. The memory of my PC is exhausted quickly in this process. In addition, once I add the first dimension to about 300, the computer can no longer load the model successfully, which sometimes crushes the computer .
I wonder if this problem that the model cannot be loaded successfully is due to the memory limitation of my PC, or is there some other way to deal with this tough problem?
Could you help me with this?
Thanks!
Jerry
#CPLEXOptimizers#DecisionOptimization