From 7e230677e063619dd1cfdb998eecac2ea8570080 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Thu, 23 Apr 2026 19:44:22 +0100 Subject: [PATCH] docs: update README for LinearSolver rename Follow-up to #206: the enum member list in the README still showed INDIRECT / GPU / DENSE. Co-Authored-By: Claude Opus 4.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b8ba95d..1035f617 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ solver = scs.SCS(data, cone) solver = scs.SCS(data, cone, linear_solver=scs.LinearSolver.QDLDL) ``` -Available values: `AUTO`, `QDLDL`, `INDIRECT`, `MKL`, `ACCELERATE`, `DENSE`, -`GPU`, `CUDSS`. +Available values: `AUTO`, `QDLDL`, `CPU_INDIRECT`, `MKL`, `ACCELERATE`, +`CPU_DENSE`, `GPU_INDIRECT`, `CUDSS`. The pre-built wheels (`pip install scs`) include MKL on x86_64 Linux and Windows, and Apple Accelerate on macOS. When installing from source, additional