Originally posted by: AllanHunter
Hi,
I'm using OPL of IBM ILOG Cplex Optimization Studio Community version 12.6.3.0 on a 64 bit machine, under Win7 SP1.
My model is a CP one, with 65 variables and 136 constraints. (this is small, but the model looks pretty hard to solve)
After 4 hours or so, the statistics show that the Choice Points, Number of Branches and Number of Fails reach the same limit of 2147483647.
The memory usage stays almost constant and very limited: 90 Mb.
In the OPS settings for Constraint Programming/Search Control/Limits , I cannot increase the limits beyond 2147483647
So, I have 3 questions:
1. Is this limit intrinsic to Cplex due to a 32 bit counter ? (I have installed the 64 bit version from the downloaded file COSCE1263WIN64.exe )
2. Even after these limits are reached, the CP optimizer seams to continue working... is this true or is it definitely blocked by these limits ?
3. How can I check that I'm running the 64 bit version of Optimization Studio ?
#DecisionOptimization#OPLusingCPLEXOptimizer