Loading...
Searching...
No Matches

GAMS processing request. More...

Public Member Functions

String value ()
 Get the string value of this enumerated Action.
 

Static Public Member Functions

static EAction lookup (String val)
 Lookup all actions.
 

Public Attributes

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

Detailed Description

GAMS processing request.

Member Function Documentation

◆ lookup()

static EAction com.gams.api.GAMSOptions.EAction.lookup ( String  val)
static

Lookup all actions.

Parameters
valan int value to lookup
Returns
the enumerated Action that has the specified value, or UndefinedAction if the specified value is not found.

◆ value()

String com.gams.api.GAMSOptions.EAction.value ( )

Get the string value of this enumerated Action.

Returns
the action value

Member Data Documentation

◆ CompileAndExecute

com.gams.api.GAMSOptions.EAction.CompileAndExecute =("CE")

Compile and Execute.

◆ CompileOnly

com.gams.api.GAMSOptions.EAction.CompileOnly =("C")

CompileOnly.

◆ ExecuteOnly

com.gams.api.GAMSOptions.EAction.ExecuteOnly =("E")

ExecuteOnly.

◆ GlueCodeGeneration

com.gams.api.GAMSOptions.EAction.GlueCodeGeneration =("G")

Glue Code Generation.

◆ RestartAfterSolve

com.gams.api.GAMSOptions.EAction.RestartAfterSolve =("R")

Restart After Solve.

◆ TraceReport

com.gams.api.GAMSOptions.EAction.TraceReport =("GT")

Trace Report.

◆ UndefinedAction

com.gams.api.GAMSOptions.EAction.UndefinedAction =(GAMSGlobals.EMPTY_STRING)

Undefined Action.