Loading...
Searching...
No Matches
Trace file format option.
More...
|
int | value () |
| Get the int value of this enumerated TraceOpt.
|
|
Trace file format option.
◆ lookup()
static ETraceOpt com.gams.api.GAMSOptions.ETraceOpt.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all traceOpts.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated TraceOpt that has the specified value, or UndefinedTraceOpt if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ETraceOpt.value |
( |
| ) |
|
Get the int value of this enumerated TraceOpt.
- Returns
- the traceOpt value
◆ SolverAndGAMSStepTrace
com.gams.api.GAMSOptions.ETraceOpt.SolverAndGAMSStepTrace =(1) |
Solver and GAMS exit trace.
◆ SolverAndGAMSStepTraceWOHeaders
com.gams.api.GAMSOptions.ETraceOpt.SolverAndGAMSStepTraceWOHeaders =(0) |
Solver and GAMS step trace.
◆ SolverStepTraceOnly
com.gams.api.GAMSOptions.ETraceOpt.SolverStepTraceOnly =(2) |
◆ TraceFileFormatGAMSPerformanceWorld
com.gams.api.GAMSOptions.ETraceOpt.TraceFileFormatGAMSPerformanceWorld =(3) |
Solver trace only in format used for GAMS performance world.
◆ TraceFileFormatSupportingNLPEC
com.gams.api.GAMSOptions.ETraceOpt.TraceFileFormatSupportingNLPEC =(4) |
Trace file format supporting NLPEC.
◆ TraceFileWithAllAvailableTraceFields
com.gams.api.GAMSOptions.ETraceOpt.TraceFileWithAllAvailableTraceFields =(5) |
Gams exit trace with all available trace fields.
◆ UndefinedTraceOpt
com.gams.api.GAMSOptions.ETraceOpt.UndefinedTraceOpt =(6) |