Loading...
Searching...
No Matches

GAMS processing request. More...

Public Member Functions

string value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static Action lookup (string value)
 Find enum option from alternative value.
 

Public Attributes

 CompileAndExecute =("CE")
 Compile and Execute.
 
 CompileOnly =("C")
 CompileOnly.
 
 ExecuteOnly =("E")
 ExecuteOnly.
 
 GlueCodeGeneration =("G")
 Glue Code Generation.
 
 RestartAfterSolve =("R")
 Restart After Solve.
 
 TraceReport =("GT")
 Trace Report.
 
 UndefinedAction =("")
 Undefined option.
 

Detailed Description

GAMS processing request.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

static Action Matlab.GAMS.Action.lookup ( string  value)
static

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

string Matlab.GAMS.Action.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option