This is an old revision of the document!
Q: I have a model with large integer variables but I don't manage to get a level greater than 100
For some historical reasons, GAMS sets an upper bound of 100 for all integer variables. The user has to reset the upper bound, i.e.: x.up(i) = 1000;
However, formulating integer variables, which can take such huge numbers, as integer variables is in general not reasonable.