"Resource limit exceeded, no integer solution found" ERROR

Hi,

I run my code and I get this “Resource limit exceeded, no integer
solution found” error. I tried iterlim and reslim options and run my
code again but this is the result. Can you show me a way to handle
this situation?

I am writing my code below.

GAMS CODE beginning and ending of code in real:


Option ResLim = 86400;
Option IterLim = 100000000;


Options
limrow = 0,
limcol = 0,
solprint = off,
optcr = 0.00,
optca = 0.00,
reslim = 86400,
iterlim = 200000000,
LP = cplex
MIP = cplex
RMIP = cplex ;

File OPT Cplex option file / cplex.OPT / ;
Put OPT ;
Put
‘varsel 3’/
‘nodesel 2’/
‘nodefileind 2’/
‘workmem 2048’/
;
Putclose OPT ;






Model plrp /all/;

plrp.optfile = 1 ;

Solve plrp using mip minimizing z;

\

hi
put the reslim and iterlim at previews line from solve line and run the model again.
i hope your problem be solved doing above setting.
good day

From: damlak
To: gamsworld
Sent: Saturday, November 12, 2011 6:26 PM
Subject: “Resource limit exceeded, no integer solution found” ERROR

Hi,

I run my code and I get this “Resource limit exceeded, no integer
solution found” error. I tried iterlim and reslim options and run my
code again but this is the result. Can you show me a way to handle
this situation?

I am writing my code below.

GAMS CODE beginning and ending of code in real:


Option ResLim = 86400;
Option IterLim = 100000000;


Options
limrow = 0,
limcol = 0,
solprint = off,
optcr = 0.00,
optca = 0.00,
reslim = 86400,
iterlim = 200000000,
LP = cplex
MIP = cplex
RMIP = cplex ;

File OPT Cplex option file / cplex.OPT / ;
Put OPT ;
Put
‘varsel 3’/
‘nodesel 2’/
‘nodefileind 2’/
‘workmem 2048’/
;
Putclose OPT ;






Model plrp /all/;

plrp.optfile = 1 ;

Solve plrp using mip minimizing z;


To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.


\

To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.