Skip to content
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

Bug in loading large number #277

Open
hideakiv opened this issue Jul 4, 2023 · 1 comment
Open

Bug in loading large number #277

hideakiv opened this issue Jul 4, 2023 · 1 comment

Comments

@hideakiv
Copy link
Collaborator

hideakiv commented Jul 4, 2023

Example: https://github.com/Argonne-National-Laboratory/DSP/blob/master/examples/cpp/farmer.cpp#L69

When the upper bound is set to 1e+20, the finite lower bound (e.g. 200, 240) is ignored.

Solver: Gurobi 9.1.2

@hideakiv
Copy link
Collaborator Author

hideakiv commented Jul 5, 2023

When the bound is set to 1e+20, Gurobi would output optimal status with a solution in the magnitude of 1e+20. This can be resolved by setting it to 1e+21.

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

No branches or pull requests

1 participant