plasmo-dev / Plasmo.jl

A Platform for Scalable Modeling and Optimization
Other
140 stars 19 forks source link

append_to_backend accesses private methods from MOI.Utilities #104

Open odow opened 3 weeks ago

odow commented 3 weeks ago

See

https://github.com/plasmo-dev/Plasmo.jl/blob/fb7bda514057c5b51205504fb79faef2c8c83562/src/moi_backend_graph.jl#L126-L152

x-ref https://github.com/jump-dev/MathOptInterface.jl/pull/2520

jalving commented 3 weeks ago

Thanks for the heads up. I will be rolling out a new version soon that uses no private MOI methods.

odow commented 3 weeks ago

I'm reverting the change to MOI that removed them, so you're good for a while.