Originally posted by: srinit34
Hi
I have an Ilocplex object into which I add some variables, an objective, and some constraints.
Then I solve the Ilocplex object.
Now I want to remove some variables, and add some new variables. Some of the constraints and objective will change because of this.
Now I want to solve the Ilocplex object again.
The key point here is that , I do not want to reconstruct the entire Ilocplex object again from scratch.
Can this be done? It seems we can remove some old constraints and variables, and add new ones. But I am not sure if the IloCplex object can be modified, solutions reset, and solved from scratch again ?
#CPLEXOptimizers#DecisionOptimization