Originally posted by: EdKlotz
This is a GAMS message rather than a CPLEX message, so you would probably be better off posting this on a GAMS forum. However, googling for ' GAMS "resource limited exceeded"' eventually led to https://gams.com/24.8/docs/userguides/mccarl/reslim.htm:
This option specifies the maximum time in seconds that the computer can run during execution of a solver, before the solver terminates the run. This option is used by setting
Option Reslim=realnumber;
The default value is 1000.
So try increasing this value in your GAMS specifications before the solve. If you think CPLEX ought be able to solve the model faster, then post the CPLEX node log here and maybe someone will have some suggestions for improving performance. Also, have a look at the CPLEX user manual regarding improving MIP performance, and take a look at the technote at http://www-01.ibm.com/support/docview.wss?uid=swg21400023.
#CPLEXOptimizers#DecisionOptimization