Originally posted by: BabyBone
The original IP model was easy to figure out. The script wasn't all that easy follow though. E.g., in the beginning it attempts to solve an LP relaxation first. I couldn't find where the main data file Lagrangean_Relaxation.dat was read. Also, I thought we are only supposed to dualize violated constraints.
And then the part:
if (sum1 >= sum2) {
}
// solve the model to get the Upper Bound
Just because sum1 >= sum 2 doesn't mean all of the constraints are satisfied. May be I haven't had my coffee yet, but ...
#DecisionOptimization#OPLusingCPLEXOptimizer