Skip to content

Commit

Permalink
Update ref to HiGHS in README.md (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-haessig authored Oct 25, 2023
1 parent 8b6d322 commit 73c479a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ julia> main()
## Use with JuMP

You can also call MiniZinc from JuMP, using any solver that `libminizinc`
supports. By default, MiniZinc.jl is compiled with `"highs"`:
supports. By default, MiniZinc.jl is compiled with the
[HiGHS](https://github.com/ERGO-Code/HiGHS) MILP solver,
which can be selected by passing the `"highs"` parameter to `MiniZinc.Optimizer`:

```julia
using JuMP
Expand Down

0 comments on commit 73c479a

Please sign in to comment.