|
Running Jobs with GAMS and the GAMS IDE |
Top Previous Next |
|
GAMS is a two pass program. One first uses an editor to create a file nominally with the extension GMS which contains GAMS instructions. Later when the file is judged complete one submits that file to GAMS. In turn, GAMS executes those instructions causing calculations to be done, solvers to be used and a solution file of the execution results to be created. Two alternatives for submitting the job are discussed herein: the traditional command line approach and the IDE approach. Basic approaches to GAMS usage Running GAMS from the command line
Material is then presented on use of the IDE approach.and a number of features of the IDE Selected techniques for use of the IDE Unraveling complex files: Refreader Accessing documentation outside the IDE Employing command line parameters A difficulty you will have using IDE
Finally some material is presented on GAMS and IDE installation |