Originally posted by: SocialMan
Hi, I have an MILP model difficult to solve and I find some interesting characters of the model. According to the variables being fixed in each node of the branch tree, I can arbitrarily determine the values of some other integer variables. I thought this could help the optimizer speed up the branch and bound procedure. How can I embed this logic into the branch and bound algorithm provided by the Cplex? This is like a branch and cut algorithm that I can add a customized cut in each node. By the way, I use the .Net API to formulate the model.
Thank you!
#CPLEXOptimizers#DecisionOptimization