Originally posted by: QiuFeng
Hi Shahin:
Thanks for your reply. You are right that a tighter bound can be added as a local cut. Sometimes, I want to keep the node lp neat. So I'm wondering if this can be done safely? and What are the safe modifications on node lp model, beside adding cuts(CPXcutcallbackaddlocal and CPXcutcallbackadd) ? (all other functions that are not designed for callback are all safe here? )
As for relaxing the rhs, this may mess up the global lower bound. I'm pretty much sure now that CPLEX won't allow this happen.
Thanks!
#CPLEXOptimizers#DecisionOptimization