Skip to content

Fix tests for upcoming change in JuMP#138

Merged
pulsipher merged 1 commit into
infiniteopt:masterfrom
odow:od/test
Jul 17, 2026
Merged

Fix tests for upcoming change in JuMP#138
pulsipher merged 1 commit into
infiniteopt:masterfrom
odow:od/test

Conversation

@odow

@odow odow commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

JuMP is making a simplification to some non-linear expressions: jump-dev/JuMP.jl#4188 (comment)

@odow

odow commented Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

I'm also going to fix MOI so that we can do

@test isequal_canonical(
    simplify(ref[1].func),
    (x_z^2 / ((1 - ϵ) * zbin + ϵ)) - (5 * zbin),
)

@pulsipher

Copy link
Copy Markdown
Collaborator

Thanks

@pulsipher
pulsipher merged commit a4ebe8a into infiniteopt:master Jul 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants