Originally posted by: SystemAdmin
Hi,
I'm trying to use CPLEX 12.4 (64bit) to solve an integer linear problem with large numbers.
The problem is saved in a lp file, which I read and then try to solve using mipopt.
The integer variables are currently modeled as "GENERAL".
When trying to solve, cplex tells me
CPLEX Error 3018: Magnitude of variable x10: 2.14853e+09 exceeds
integer limit 2100000000.
Apparently cplex is able to display values beyond the integer limit, but unable to solve the ILP. Is there a way to increase the integer limit? Unfortunately reformulating the problem is not an option.
Thanks a lot
Arno
#CPLEXOptimizers#DecisionOptimization