Originally posted by: theog
Hello,
I have implemented a linear MIP model using the CPLEX concert technology in C++ and Java.
I have also analyzed output results after running both models in some instances (e.g., number of nodes solved by branch-and-bound).
The results differ from each other. More specifically, the number of nodes solved by MIP-CPLEX-Java is much less than those of MIP-CPLEX-C++.
The question is: Is it correct? Does the implementation of each library differs from each other (presolve optimizations or optimizations performed in execution time), or maybe I made mistakes in the C++ code?
Best regards,
theog
#CPLEXOptimizers#DecisionOptimization