Hi,
I have a large-scale system. YALMIP takes around 1 hour to build the model. However, the solver, Cplex, solves the problem after around 1 minute.
I need to run this code interactively, and for in each iteration, I need to add a constraint to the model built in previous iteration. But, it again takes 1 hour to build the new model.
I was wondering if there any way to simply add a new constraint to the existing model in the YALMIP without requiring to re-build the entire model.
Thanks a lot.