Description Usage Arguments Details Value
Run a GAMS script and captures output files for testing. The logging output,
listing file, reference file, trace file, and a GDX dump of all symbols are
redirected to files located in re_dir
with names LOG_FILE_NAME
,
LST_FILE_NAME
, REF_FILE_NAME
, TRACE_FILE_NAME
, and GDX_FILE_NAME
respectively. The default compile-and-execute action is used.
1 |
script |
Path of GAMS script to run. |
re_dir |
Redirection directory for holding GAMS output files. |
params |
Character vector of GAMS parameters. |
Optionally, GAMS parameters can be
provided. These add to or override the GAMS default parameters and the
parameters that run()
sets for testing purposes. They can be specified in
"<keyword>=<value>" format.
GAMS status/error/return code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.