Loading...
Searching...
No Matches
gams.control.workspace.DebugLevel Class Reference

GAMS Debug Level. More...

Static Public Attributes

int Off = 0
 No debug.
 
int KeepFilesOnError = 1
 Keep temporary files only if GamsException/GamsExceptionExecution was raised in GamsJob.run(), GamsJob.run_engine(), or GamsModelInstance.solve()
 
int KeepFiles = 2
 Keep temporary files.
 
int ShowLog = 3
 Send GAMS log to stdout and keep temporary files.
 
int Verbose = 4
 Send highly technical info and GAMS log to stdout and keep temporary files.
 

Detailed Description

GAMS Debug Level.