We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using JuMP v0.22.1 and face an error in function adjust_branch!
LoadError: Unable to set upper bound to Inf. To remove the bound, use delete_upper_bound.
delete_upper_bound
It seems caused by the "Ignore infinite variable bounds" feature introduced in JuMP since v0.22.
Is there any plan to update the JuMP support?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using JuMP v0.22.1 and face an error in function adjust_branch!
It seems caused by the "Ignore infinite variable bounds" feature introduced in JuMP since v0.22.
Is there any plan to update the JuMP support?
The text was updated successfully, but these errors were encountered: