From 6daa4ffdf5820a37e4a66fcae85b3e021ce9e10f Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 29 Aug 2022 09:52:47 +1200 Subject: [PATCH] [README] add custom solver binary section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f51b433..06518be 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ import Pkg; Pkg.add("Clp") In addition to installing the Clp.jl package, this will also download and install the Clp binaries. (You do not need to isntall Clp 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. + ## Use with JuMP To use Clp with [JuMP](https://github.com/jump-dev/JuMP.jl), use `Clp.Optimizer`: