Global Optimization Solvers Interface with GAMS

Archive of Gamsworld Google Group
Post Reply
Archiver
User
User
Posts: 7876
Joined: 7 years ago

Global Optimization Solvers Interface with GAMS

Post by Archiver »


Dear All,
Many global optimization solvers are available in Neos for AMPL, e.g. "ACRS", "ASA", "icos",etc.
I want to know, is it possible to link these solvers with GAMS?

Best regards,
Soheil

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Archiver
User
User
Posts: 7876
Joined: 7 years ago

Re: Global Optimization Solvers Interface with GAMS

Post by Archiver »


http://www.gamsworld.org/performance/pa ... submit.htm

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---


Archiver
User
User
Posts: 7876
Joined: 7 years ago

Re: Global Optimization Solvers Interface with GAMS

Post by Archiver »


Dear Hans,
Thank you so much for your reply and attention.

Best regards,
Soheil

On Sun, Nov 16, 2008 at 7:33 PM, Hans D. Mittelmann wrote:


http://www.gamsworld.org/performance/pa ... submit.htm
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Archiver
User
User
Posts: 7876
Joined: 7 years ago

Re: Global Optimization Solvers Interface with GAMS

Post by Archiver »


Dear GAMS group,
for converting from gams model to other program e.g. AMPL,
in my program in GAMS format, I have a condition e.g.

Solve opf minimizing total_cost using nlp;
abort$(opf.modelstat>2) "OPF not solved to optimality";

when convert solver are reached this condition, GAMS shows:
---- 1344 OPF not solved to optimality
**** Exec Error at line 1344: Execution halted: abort$1 'OPF not solved to
optimality

Execution halt and rest of the program doesn't convert.
What can I do for this problem?

Best regards,
Soheil


On Mon, Nov 17, 2008 at 1:13 AM, soheil sadat hosseini wrote:

Dear Hans,
Thank you so much for your reply and attention.

Best regards,
Soheil

On Sun, Nov 16, 2008 at 7:33 PM, Hans D. Mittelmann wrote:


http://www.gamsworld.org/performance/pa ... submit.htm
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Post Reply