Originally posted by: JDalal
Hi,
I want to do the following:
I have a MIP and a set of fixed constraints. I have constructed the base model first.
I am solving the MIP in a for loop and want to add some new set of constraints (coming from some heuristic) in every iteration.
My problem is, I don't know how to remove the constraints and add a fresh set of constraints in each iteration. I don't want to build the entire model from scratch in each iteration. That is too much time consuming.
Any suggestion is appreciated.
Thanks
#CPLEXOptimizers#DecisionOptimization