MAiNGO-github / MAiNGO.jl

A Julia Wrapper to use MAiNGO with JuMP
MIT License
3 stars 1 forks source link

Fix converting Scalar(Affine|Quadratic)Function to Expr #9

Closed odow closed 5 months ago

odow commented 5 months ago

Closes #8

odow commented 5 months ago

macOS error appears un-related to this PR.

MAiNGO-github commented 5 months ago

@odow I overlooked that we also convert affine and quadratic expressions to expr. Thank you very much for fixing this in Baron and taking the effort to apply the change here.

I will try to find the reason for the Mac-OS regression.