Originally posted by: VKV7_Anulark_Naber
Hi,
I have implemented my Benders' cuts in LazyCutCallback. Like any Benders cuts, these cuts are globally valid, i.e., for the entire tree. My questions are:
(1) Are these Benders' cuts treated as global cuts by Cplex automatically? I used UseCutForce.
(2) If not, can I create a cut pool and add these Benders' cuts to the cut pool, so these cuts will be checked / used as cuts at each node in the remaining tree? A Java example would be appreciated.
Thanks for any help.
#CPLEXOptimizers#DecisionOptimization