Hi all,
I have a question about DICOPT solver option.
GAMS stopped on MAXCYCLES like below;
---- DICOPT: Terminating
---- DICOPT: Stopped on MAXCYCLES
The search was stopped because the major iteration limit
was reached. This limit can be reset with the DICOPT
option MAXCYCLES.
How can I reset with the DICOPT option MAXCYCLES?
Thanks,
–
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at https://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.
Hi
write following lines before solve statement. beware use of $ statement in the first position of line.
.optfile=1;
$onecho > dicopt.opt
MAXCYCLES nn
$offecho
On Fri, Mar 18, 2016 at 10:54 AM, Alireza Ahmadimanesh wrote:
Hi all,
I have a question about DICOPT solver option.
GAMS stopped on MAXCYCLES like below;
---- DICOPT: Terminating
---- DICOPT: Stopped on MAXCYCLES
The search was stopped because the major iteration limit
was reached. This limit can be reset with the DICOPT
option MAXCYCLES.
How can I reset with the DICOPT option MAXCYCLES?
Thanks,
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at https://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.