Loading...
Searching...
No Matches

Solver Status file reporting option. More...

Public Member Functions

int value ()
 Get the int value of this enumerated SysOut.
 

Static Public Member Functions

static ESysOut lookup (int val)
 Lookup all sysOuts.
 

Public Attributes

 SuppressAdditionalSolverOutput =(0)
 Suppress additional solver generated output.
 
 IncludeAdditionalSolverOutput =(1)
 Include additional solver generated output.
 
 UndefinedSysOut =(2)
 Undefined SysOut.
 

Detailed Description

Solver Status file reporting option.

Member Function Documentation

◆ lookup()

static ESysOut com.gams.api.GAMSOptions.ESysOut.lookup ( int  val)
static

Lookup all sysOuts.

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

◆ value()

int com.gams.api.GAMSOptions.ESysOut.value ( )

Get the int value of this enumerated SysOut.

Returns
the sysOut value

Member Data Documentation

◆ IncludeAdditionalSolverOutput

com.gams.api.GAMSOptions.ESysOut.IncludeAdditionalSolverOutput =(1)

Include additional solver generated output.

◆ SuppressAdditionalSolverOutput

com.gams.api.GAMSOptions.ESysOut.SuppressAdditionalSolverOutput =(0)

Suppress additional solver generated output.

◆ UndefinedSysOut

com.gams.api.GAMSOptions.ESysOut.UndefinedSysOut =(2)

Undefined SysOut.