Looks like quicksum is not released yet? It's only in master and not in 5.5.1, the latest version available via pip? What is the next release date?
Regarding minor changes to the model, I have a bigger question. The way my model updates is the following. One of my index/set is a time-series, and I need to march the result of the optimization in time. That is, at every step, I need to drop the first time-stamp from the set and append a new time-stamp at the end of the set. But most of my constraints are a function of this set as well, so I would need to reconstruct these constraints every time I change this set? That would be as expensive as just building constraints from scratch, isn't it? I can expand my explanation if it's not clear enough.
Thanks,
Sunil