Skip to content

Commit 5cf5f77

Browse files
authored
precisions about highs dependencies
Fixes #29
1 parent a3be875 commit 5cf5f77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,15 @@ you can also activate other solvers using cargo features.
7070
| solver feature name | integer variables | no C compiler\* | no additional libs\*\* | fast |
7171
| -------------------- | ----------------- | --------------- | ---------------------- | ---- |
7272
| [`coin_cbc`][cbc] |||||
73-
| [`highs`][highs] ||| ||
73+
| [`highs`][highs] |||\+ ||
7474
| [`lpsolve`][lpsolve] |||||
7575
| [`minilp`][minilp] |||||
7676
| [`lp-solvers`][lps] |||||
7777
| [`scip`][scip] |||||
7878

7979
- \* no C compiler: builds with only cargo, without requiring you to install a C compiler
8080
- \*\* no additional libs: works without additional libraries at runtime, all the dependencies are statically linked
81+
- \+ highs itself is statically linked and does not require manual installation. However, on some systems, you may have to [install dependencies of highs itself](https://github.com/rust-or/good_lp/issues/29).
8182

8283
To use an alternative solver, put the following in your `Cargo.toml`:
8384

0 commit comments

Comments
 (0)