You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now a huge amount of the time used for instantiating an abstract model goes into evaluation and construction of constraints.
Those constraints are all dependent on the parameters they were given, but don't depend on each other. Therefore it should be possible to generate the expressions in parallel and combine them afterwards to the full model.
This would probably speed up the model instantiation extremely, especially on machines with many cores.