We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db1f16 commit da62d14Copy full SHA for da62d14
README.md
@@ -25,6 +25,9 @@ import Pkg; Pkg.add("Cbc")
25
In addition to installing the Cbc.jl package, this will also download and
26
install the Cbc binaries. (You do not need to install Cbc separately.)
27
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
+
31
## Use with JuMP
32
33
To use Cbc with [JuMP](https://github.com/jump-dev/JuMP.jl), use `Cbc.Optimizer`:
0 commit comments