Loading...
Searching...
No Matches
com.gams.api.GAMSOptions.ESuppress Enum Reference

Compiler listing option. More...

Public Member Functions

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

Static Public Member Functions

static ESuppress lookup (int val)
 Lookup all suppresss.
 

Public Attributes

 StandardCompilerListing =(0)
 Standard compiler listing.
 
 SuppressCompilerListing =(1)
 Suppress compiler listing.
 
 UndefinedSuppress =(2)
 Undefined Suppress.
 

Detailed Description

Compiler listing option.

Member Function Documentation

◆ lookup()

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

Lookup all suppresss.

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

◆ value()

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

Get the int value of this enumerated Suppress.

Returns
the suppress value

Member Data Documentation

◆ StandardCompilerListing

com.gams.api.GAMSOptions.ESuppress.StandardCompilerListing =(0)

Standard compiler listing.

◆ SuppressCompilerListing

com.gams.api.GAMSOptions.ESuppress.SuppressCompilerListing =(1)

Suppress compiler listing.

◆ UndefinedSuppress

com.gams.api.GAMSOptions.ESuppress.UndefinedSuppress =(2)

Undefined Suppress.