Action: A

Top  Previous  Next

This keyword controls the type of compiling action that will be undertaken by GAMS.  String input is expected with the allowable string values being

 

CEcompile and execute (default)
Ccompile only
Eexecute only
Gglue code generation
Rrestart after a solve

 

The command is implemented with either

 

Action=string

or

A=string

 

where string is one of the choices above.  This command can sometimes be useful when one wishes to compile but not execute.