plasmo-dev / Plasmo.jl

A Platform for Scalable Modeling and Optimization
Other
143 stars 20 forks source link

Optigraph set_objective is too slow #77

Closed jalving closed 1 year ago

jalving commented 1 year ago

We need to use add_to_expression! is our code that aggregates optinode objective functions. The current approach is poorly implemented and leads to very long model build times.

jalving commented 1 year ago

fixed by #78