-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor for compatibility with JuMP v0.21 #55
Comments
When @BainanXia was running into problems with JuMP v0.21.2, we saw the following StackTrace:
This seems similar to a PR that has been merged into JuMP v0.21.3 (jump-dev/JuMP.jl#2235), so we can try testing with this version. If it works, we could specify compatibility as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We thought we might have gotten this by getting rid of
with_optimizer
in #44, so we upgraded to requiring either v0.20 or v0.21 in #47, but we were still finding other incompatibilities with JuMP v0.21 so we undid this in #50.We can stay at v0.20 for now, but we will slowly become more and more out of date with current JuMP capabilities and syntax. There are lots of little details to work out, like
set_parameter
vs.set_optimizer_attribute
in #53 (see jump-dev/JuMP.jl#2149) that we will have to pay close attention to.The text was updated successfully, but these errors were encountered: