.nr
Definition
The
.nrsuffix controls the numeric formatting method. When specified it overrides the optionput_number_style.
Datatype
The value of the
.nrsuffix is an integer in the range {0..3} and the default is-1. The possible values are:
- 0
Fit field or e format
- 1
Fit field width
- 2
Always e format
- 3
Fit field or e format or 0
Note
- The suffix - .nris initialized to- -1. AIMMS considers it specified when its value is not equal to- -1.
- The suffix - .nris a legacy from GAMS and AIMMS 2.