Originally posted by: GabiMC
Hello,
I am trying to solve a linearized short therm hydrothermic problem as a lp program and I want to use a function as lazycontraintcallback to cut undesirable solutions.
To do so, I have found a tricky solution: I have declared a binary variable that is not in any constraint. So, I have turned my program in a MIP and I am able to use this control callback.
I would like to know if there is a similar function to lp programs.
Thank you already!
#CPLEXOptimizers#DecisionOptimization