Originally posted by: david.rey
Hello Paul,
What interactive optimizer did you use, the 32 or 64-bit version?
On my machine, I can solve both models successfully with the 64-bit version, however using the 32-bit version it does not seem to work: no optimal solution is given for any of the two models and the cplex log file is empty. Could the 32-bit version of the interactive optimizer be the cause of the issue?
I work on a 64-bit machine, but for practical matters, I had to compile my cplex code in 32-bit (mainly because the cplex code is triggered by another program developed in 32-bit). The models I had attached correspond to instances of a generic problem which I solve over a hundred times (sequentially) in one execution of my program. Has you may have noticed, the two models are different, hence meaning that one of them was at once solved successfully during the execution of my program.
The fact that both models can be solved successfully outside of my program using the 64-bit cplex optimizer suggest that the error comes from my code or from the 32-bit libraries, but then why am I getting those Error 3019 and what do they mean?
David.
#CPLEXOptimizers#DecisionOptimization