From c6714640c6002023444cda4dc4bec8b478866108 Mon Sep 17 00:00:00 2001
From: "St. Elmo" <stelmozors@gmail.com>
Date: Mon, 7 Jun 2021 20:21:11 +0200
Subject: [PATCH] don't recommend OSQP

---
 docs/src/tutorials/2_analysis.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/src/tutorials/2_analysis.md b/docs/src/tutorials/2_analysis.md
index aaa80f6a0..4d22cb6e8 100644
--- a/docs/src/tutorials/2_analysis.md
+++ b/docs/src/tutorials/2_analysis.md
@@ -41,7 +41,6 @@ we generally recommend to use either of these:
 - `GLPK` (based on a C library) for linear and mixed-integer problems
 - `Gurobi` (based on an external library, but requires a license that is free
   for academic use) for linear, mixed-integer and quadratic problems
-- `OSQP` as a free alternative to `Gurobi` for solving quadratic problems
 
 All solvers can be installed using the Julia package manger.
 
-- 
GitLab