Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Apr 15, 2021
1 parent ffff54b commit 6b2592b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install the Cbc binaries. (You do not need to install Cbc separately.) If you
require a custom build of Cbc, see the **Custom Installation** instructions
below.

### Using with JuMP
## Using with JuMP

Use `Cbc.Optimizer` to use Cbc with [JuMP](https://github.com/jump-dev/JuMP.jl):
```julia
Expand All @@ -37,7 +37,7 @@ model = Model(Cbc.Optimizer)
set_optimizer_attribute(model, "logLevel", 1)
```

### Options
## Options

Options are, unfortunately, not well documented.

Expand Down

0 comments on commit 6b2592b

Please sign in to comment.