Michael Bynum

Results 122 comments of Michael Bynum
trafficstars

Can you be more specific? Which persistent solver are you trying to use? It should be possible to update indexed variables with: ``` for k, v in m.x.items(): opt.update_var(v) ```

@leroum - do you get an error? If so, can you post the stack trace?