Hi, everyone,
I took use of GAMS/BARON solver for MIP problem. However, calculation
cannot exceed 1000 sec by the upper limit.
Do you know any method to modify this cutoff in GAMS file? Thank you
cheers
– Yours, Yan Zhu Institute of Microbiology, Chinese Academy of Sciences Datun Rd. Chaoyang District Beijing 100101 P. R. China
Hi Yan,
I had the same problem. According to the Baron manual, if unspecified
by option, the gams resource limit is enforced.
You can change the termination options using the “option MaxTime =” in
your baron.opt file. In its function it is equivalent to the GAMS
option reslim.
Regards
Chris
On 11 Aug., 15:38, 朱岩 wrote:
Hi, everyone,
I took use of GAMS/BARON solver for MIP problem. However, calculation
cannot exceed 1000 sec by the upper limit.
Do you know any method to modify this cutoff in GAMS file? Thank you
cheers
–
Yours, Yan Zhu
Institute of Microbiology, Chinese Academy of Sciences
Datun Rd.
Chaoyang District
Beijing 100101
P. R. China
\
Dear Chris,
Thank you for your suggestion, I’ve changed the time limit by
modifying Baron option file.
$onecho > oqnlp.opt
MAXTIME 10000
$offecho
and add
myModel.optfile=1;
before solving the model
Thank you very much
cheers!
On Thu, Aug 12, 2010 at 4:15 PM, Bodenstein
wrote:
Hi Yan,
I had the same problem. According to the Baron manual, if unspecified
by option, the gams resource limit is enforced.
You can change the termination options using the “option MaxTime =” in
your baron.opt file. In its function it is equivalent to the GAMS
option reslim.
Regards
Chris
On 11 Aug., 15:38, 朱岩 wrote:
Hi, everyone,
I took use of GAMS/BARON solver for MIP problem. However, calculation
cannot exceed 1000 sec by the upper limit.
Do you know any method to modify this cutoff in GAMS file? Thank you
cheers
–
Yours, Yan Zhu
Institute of Microbiology, Chinese Academy of Sciences
Datun Rd.
Chaoyang District
Beijing 100101
P. R. China
–
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.
– Yours, Yan Zhu Institute of Microbiology, Chinese Academy of Sciences Datun Rd. Chaoyang District Beijing 100101 P. R. China
On Aug 11, 4:38 pm, 朱岩 wrote:
Hi, everyone,
I took use of GAMS/BARON solver for MIP problem. However, calculation
cannot exceed 1000 sec by the upper limit.
Do you know any method to modify this cutoff in GAMS file? Thank you
cheers
–
Yours, Yan Zhu
cutoff> you can decomposite the mathematical model or you can change
the options that change the calculation upper limit by statements.
Determine which method you choose.?
Institute of Microbiology, Chinese Academy of Sciences
Datun Rd.
Chaoyang District
Beijing 100101
P. R. China
\