Originally posted by: Chrisontherun
As far as I know, adding cuts dynamically could be implemented by
cplex.Addcuts(IRange[])
or
cplex.Use(CutCallBack)
or simply
cplex.add(IRange[])
just wonder if there's any difference for the three when adding cuts.
I have made some tests and there seems to be no difference in final results except some information posted by the solver.
Regerds,
Chris
#DecisionOptimization#OPLusingCPLEXOptimizer