Skip to content

Commit

Permalink
Fix incorrect code in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 14, 2024
1 parent ba45b1c commit b7d1a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ To use Xpress with JuMP, use:
```julia
using JuMP, Xpress
model = Model(Xpress.Optimizer)
set_optimizer(model, "PRESOLVE", 0)
# Modify options, for example:
set_attribute(model, "PRESOLVE", 0)
```

## Options
Expand Down

0 comments on commit b7d1a4e

Please sign in to comment.