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
Is your feature request related to a problem? Please describe.
I'm always frustrated when precompiling ModelingToolkit.
A couple of sublibraries like OptimizationMOI have MTK as a direct dependency, which adds MTK to the dependency stack, increasing load time and precompile time as well as environment size.
Describe the solution you’d like
It would be good to move MTK to extensions in these packages so that it's not a direct dependency.
If necessary Optimization.jl can continue to load MTK and trigger these extensions but I don't imagine that is necessary.