Originally posted by: dant
Hi guys,
Need urgent help if anyone is willing to lend assistance here.
I'm developing my model using OPL IDE from my laptop, which only has modest specifications. The plan is to export the model into a .lp file and run it at the office which has CPLEX running on a cluster but not OPL IDE. I've checked the option in Language>Run>Export format>LP format to obtain the .lp file. However, I've been getting insufficient memory errors because the model is quite large now. Based on a scaled down model, the processes that seem to take memory are: CPLEX Solve LP relaxation, CPLEX MIP Optimization and a few others. I've increased the virtual memory to maximum, played with 4G Tuning and checked the memory reduction emphasis in IDE but still getting the same error.
Is there a way of just generating the LP file without actually trying to solve the model? It seems solving the model is taking most of the memory. Is there any other way around this? I just need the lp file really.
Thanks guys. Really hoping for some help.
Cheers.
#DecisionOptimization#OPLusingCPLEXOptimizer