Originally posted by: JanChing
Hello everybody
I have a question about QP memory. There will be about 750,000 Conditions. I was using java parameters adjusted as follows.
IloCplex cplex = new IloCplex();
cplex.setParam(IloCplex.IntParam.NodeFileInd, 3);
cplex.setParam(IloCplex.Param.WorkDir, "C:\\CPLEX\\");
cplex.setParam(IloCplex.BooleanParam.MemoryEmphasis, true);
It appears an error code :
Writing 1702876MB factor matrix and 588658MB update matrix
ilog.cplex.CpxException: CPLEX Error 1801: Could not open temporary file.
When reducing conditions can be calculated by way of writes hard disk. In addition to reducing conditions than I can also adjust the parameters of what makes memory usage reduction?
Thanks a lot.
Lin
#CPLEXOptimizers#DecisionOptimization