Skip to content

Commit 7cb16ab

Browse files
authored
Update README.md to clarify options are optional
1 parent a7c1921 commit 7cb16ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ To use HiGHS with JuMP, use `HiGHS.Optimizer`:
5050
```julia
5151
using JuMP, HiGHS
5252
model = Model(HiGHS.Optimizer)
53+
# Set options as needed, for example:
5354
set_attribute(model, "presolve", "on")
5455
set_attribute(model, "time_limit", 60.0)
5556
```

0 commit comments

Comments
 (0)