Originally posted by: SystemAdmin
The first thing to try is probably the CPLEX tuning tool. I don't know whether this is available through GAMS, but I guess you are able to convert your GAMS model and data into a CPLEX *.sav (or *.mps or *.lp) file.
Using this CPLEX file, load the model into the interactive CPLEX shell and call the tuning tool like this:
read model.sav
tune
Maybe, this is able to find some useful non-default settings.
Note that this can take a while, and it might be a good idea to do the tuning on smaller versions of your model.
Another approach would be (if you are allowed to share the data) to contact me at achterberg (at) de (dot) ibm (dot) com and send me your model. But please, if it is too large, do not send it by email. Just contact me and I will provide you with an FTP server address where you can upload it. But again: only do this if you are allowed to share the data.
Tobias
#CPLEXOptimizers#DecisionOptimization