From 762b65f50e634a8014136e5dbf78c139315f50fe Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 29 Aug 2022 11:17:31 +1200 Subject: [PATCH] [README] add custom solver binary section (#261) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 32da16b..1ac5040 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ import Pkg; Pkg.add("SCS") In addition to installing the SCS.jl package, this will also download and install the SCS binaries. (You do not need to install SCS separately.) +To use a custom binary, read the [Custom solver binaries](https://jump.dev/JuMP.jl/stable/developers/custom_solver_binaries/) +section of the JuMP documentation. + ## Usage ### Use with Convex.jl