From 2eed8aa6900230904f7320b74e635643bb3b6b3c Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Mon, 30 Sep 2024 16:40:57 -0700 Subject: [PATCH] DOC: add links to nonfree solvers --- polytope/solvers.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/polytope/solvers.py b/polytope/solvers.py index 189a0d3..08142b0 100644 --- a/polytope/solvers.py +++ b/polytope/solvers.py @@ -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