We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c1921 commit 7cb16abCopy full SHA for 7cb16ab
README.md
@@ -50,6 +50,7 @@ To use HiGHS with JuMP, use `HiGHS.Optimizer`:
50
```julia
51
using JuMP, HiGHS
52
model = Model(HiGHS.Optimizer)
53
+# Set options as needed, for example:
54
set_attribute(model, "presolve", "on")
55
set_attribute(model, "time_limit", 60.0)
56
```
0 commit comments