Originally posted by: rezir
Thank you Dr Rubin!
I have a question maybe you have answered, if so please lead me.
The benders that I have incorporated for a minimization problem has some problems: 1) it does not converge in some instances; its objective function is less than that of the CPLEX and the solution for decision variables are different. 2) it is much slower than the CPLEX.
Please take a look at the following results that I got for an instance and let me know how I can improve the benders.
if I solve it by CPLEX directly:
Solution status: 101
Objective function value: 60352.2
gap: 0.0
u= [300.0, 200.0] #decision variable value
time: 0.32222890853881836
If I solve it by BD:
Solution status: 102
Objective value: 59273.43999999999
gap: 0.007941757027847982
u = [362.0, 378.0]
time: 35.84594488143921
#CPLEXOptimizers#DecisionOptimization