Originally posted by: VincentWang2020
Hi,
I'm using CPLEX 12.9 as an MILP solver. When I was experimenting with the generic callback, I had a problem. When I retrieve the relaxation solution using the function CPXXcallbackgetrelaxationpoint(), some binary variables achieved negative values (not tolerance error). I also check the local lower bounds. It turns out that the lower bounds are zero. Attached is my callback code. Did I do something wrong here? Does someone have any thought on this? Thanks in advance!
Best,
Vincent.
#CPLEXOptimizers#DecisionOptimization