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

README and presolve #279

Closed
trulsf opened this issue Oct 14, 2024 · 1 comment · Fixed by #280
Closed

README and presolve #279

trulsf opened this issue Oct 14, 2024 · 1 comment · Fixed by #280

Comments

@trulsf
Copy link

trulsf commented Oct 14, 2024

In the README file it it is stated: To use Xpress with JuMP, use:

using JuMP, Xpress
model = Model(Xpress.Optimizer)
set_optimizer(model, "PRESOLVE", 0)

I guess, it should be set_attribute(model, "PRESOLVE", 0), but the question is: Is it recommended to turn off presolve as a default for Xpress? What features of JuMP will require this (if any)?

@odow
Copy link
Member

odow commented Oct 14, 2024

Fixed by #280.

The PRESOLVE was just an example. It's not required or recommended. I've clarified that it is just an example.

@odow odow closed this as completed in #280 Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants