Skip to content

Commit

Permalink
DOC: add links to nonfree solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Sep 30, 2024
1 parent 6e26031 commit 2eed8aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions polytope/solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
You can change this default at runtime by setting the variable
`default_solver` in the module `solvers`.
Nonfree (i.e., having restrictive licenses) solvers are also
supported but require extra packages:
* Gurobi, https://pypi.org/project/gurobipy/
* MOSEK, https://pypi.org/project/Mosek/
For example:
```python
Expand Down

0 comments on commit 2eed8aa

Please sign in to comment.