Skip to content

Commit da62d14

Browse files
authored
[README] add custom solver binary section (#202)
1 parent 3db1f16 commit da62d14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ import Pkg; Pkg.add("Cbc")
2525
In addition to installing the Cbc.jl package, this will also download and
2626
install the Cbc binaries. (You do not need to install Cbc separately.)
2727

28+
To use a custom binary, read the [Custom solver binaries](https://jump.dev/JuMP.jl/stable/developers/custom_solver_binaries/)
29+
section of the JuMP documentation.
30+
2831
## Use with JuMP
2932

3033
To use Cbc with [JuMP](https://github.com/jump-dev/JuMP.jl), use `Cbc.Optimizer`:

0 commit comments

Comments
 (0)