GAMS TO JULIA

319 views
Skip to first unread message

MG

unread,
May 11, 2015, 8:15:25 AM5/11/15
to juli...@googlegroups.com
hello everybody,

I am trying to convert a code from gams to Julia, someone knows if there is a package o something? or some tutorial because I can´t find anything

thank you very much in advance,

Miles Lubin

unread,
May 11, 2015, 12:57:26 PM5/11/15
to juli...@googlegroups.com, marta.mora...@gmail.com
We've had a couple of requests for conversion tools, but automatic conversion from GAMS syntax would be quite a lot of work to implement, and we would prefer to spend our development time on improving JuMP itself. For a series of benchmarks we conducted, we implemented a small number of models across various modeling tools. You may find it useful to look at these models side by side, see https://github.com/mlubin/JuMPSupplement. I'm not aware of other documentation or tutorials specifically targeted at GAMS users at this point. If you have specific syntax question, feel free to ask it here.

Philip I. Thomas

unread,
May 11, 2015, 1:01:00 PM5/11/15
to Miles Lubin, juli...@googlegroups.com, marta.mora...@gmail.com
To add in - I found this quite useful for just learning the Julia syntax:



Philip


--
You received this message because you are subscribed to the Google Groups "julia-opt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to julia-opt+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

David Anthoff

unread,
May 11, 2015, 1:04:42 PM5/11/15
to Miles Lubin, juli...@googlegroups.com, marta.mora...@gmail.com

I ported a medium size problems from GAMS to JuMP a couple months ago by hand, it was all VERY straightforward.

 

Best,

David

 

--

MG

unread,
May 11, 2015, 1:40:03 PM5/11/15
to juli...@googlegroups.com

I need to define the initial sets in Julia, the code in Gams is:

#sets
          k    new wind generators                     /%gen_ininewwind%*%gen_finnewwind%/
          i    new conventional generators          /%gen_ininewconventional%*%gen_finnewconventional%/
          r    old wind generators                       /%gen_inioldwind%*%gen_finoldwind%/
          j    old conventional generators            /%gen_inioldconventionalwind%*%gen_finoldconventionalwind%/

 
Someone could help me?

thank you very much in advance

Reply all
Reply to author
Forward
0 new messages