Skip to content

Commit

Permalink
Update README.md to clarify options are optional
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 21, 2024
1 parent a7c1921 commit 7cb16ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ To use HiGHS with JuMP, use `HiGHS.Optimizer`:
```julia
using JuMP, HiGHS
model = Model(HiGHS.Optimizer)
# Set options as needed, for example:
set_attribute(model, "presolve", "on")
set_attribute(model, "time_limit", 60.0)
```
Expand Down

0 comments on commit 7cb16ab

Please sign in to comment.