Loading...
Searching...
No Matches

Changes rpower to ipower when the exponent is constant and within 1e-12 of an integer. More...

Public Member Functions

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

Static Public Member Functions

static ESys10 lookup (int val)
 Lookup all sys10s.
 

Public Attributes

 Disable =(0)
 Disable conversion.
 
 Enable =(1)
 Enable conversion.
 
 UndefinedSys10 =(2)
 Undefined Sys10.
 

Detailed Description

Changes rpower to ipower when the exponent is constant and within 1e-12 of an integer.

Member Function Documentation

◆ lookup()

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

Lookup all sys10s.

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

◆ value()

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

Get the int value of this enumerated Sys10.

Returns
the sys10 value

Member Data Documentation

◆ Disable

com.gams.api.GAMSOptions.ESys10.Disable =(0)

Disable conversion.

◆ Enable

com.gams.api.GAMSOptions.ESys10.Enable =(1)

Enable conversion.

◆ UndefinedSys10

com.gams.api.GAMSOptions.ESys10.UndefinedSys10 =(2)

Undefined Sys10.