From dad3150b837f8d83de07fba8029af17947eed86c Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 29 Aug 2022 09:50:54 +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 f67470e..c514051 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ import Pkg; Pkg.add("Cbc") In addition to installing the Cbc.jl package, this will also download and install the Cbc binaries. (You do not need to install Cbc 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 Cbc with [JuMP](https://github.com/jump-dev/JuMP.jl), use `Cbc.Optimizer`: