Originally posted by: SystemAdmin
Hm, that is a very vague description of your problem.
Note that there were significant changes to cut callbacks and lazy constraint callbacks between CPLEX 12.2 and CPLEX 12.3. In CPLEX 12.2 the two callbacks where essentially the same. In CPLEX 12.3 they are now two very different things (further details can be found in the
release notes).
Is your callback generating cuts or lazy constraints? Does the 12.3 variant work if you replace ILOUSERCUTCALLBACK by ILOLAZYCONSTRAINTCALLBACK?
Could you double-check your code with respect to the changes mentioned in the release nodes and see if that sheds any light on your problem? If that does not solve your problem you can contact me at daniel(dot)junglas(at)de(dot)ibm(dot)com and we can discuss your problem.
#CPLEXOptimizers#DecisionOptimization