Displaying 1 result from an estimated 1 matches for "gdxrxw".
Did you mean:
gdraw
2012 Mar 11
1
Interfacing between Optimization Software and R
...ver packages like GAMS, AMPL, Matlab, etc.
These packages can solve all kind of mathematical optimization problems like (non-) linear problems, mixed complementarity problems, etc.
Why I want to know? GAMS corporation developed a R package to send data from GAMS to R (or vice versa). It is called gdxrxw.
I use this package a lot for my network models I solve with GAMS, sending the results from GAMS to R for plotting, generating tables in LaTeX and statistical analysis (see some of my post on blog.modelworks.ch).
However, until now, for my personal use, I don't use the package the other way ar...