Originally posted by: TobiasAchterberg
Yes, sure. You can query the local bounds of the variables through CPLEX API methods. In the C API, for example, you would call CPXXgetcallbacknodelb() and CPXXgetcallbacknodeub() (or the CPX versions, if you are still using the old style C API).
#CPLEXOptimizers#DecisionOptimization