| gams {gdxrrw} | R Documentation |
Run a GAMS model from R.
gams(gmsAndArgs)
gmsAndArgs |
Name of |
Return from executing gams gmsAndArgs
A common problem is failure to find the GAMS system directory. Use
igdx to troubleshoot and solve this problem.
Original coding by Rishabh Jain. Adopted and packaged by Steve Dirkse. Maintainer: R@gams.com
## Not run:
gams("trnsport.gms")
gams("myModel.gms lp=SOPLEX --JOB_ID=case00")
## End(Not run)