Page 1 of 1

Re: cplex unable to load name

Posted: Tue Mar 21, 2017 9:40 am
by bussieck
Hmmm, there can be a few reasons why the loading of the names fails. First you might have disabled the generation of names inside the GAMS code. One can do this by setting mymodel.dictfile=0; before the solve statement (https://www.gams.com/latest/docs/usergu ... used_b.htm). Another reason could be that you run out of memory when GAMS tries to load the names. If you can't figure this out I suggest you post the entire model plus log files to this forum.

-Michael