Skip to content

Commit

Permalink
Update README.md (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 15, 2021
1 parent 53eae70 commit a82201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following options are likely to be the most useful:

* `ratioGap` -- Terminate after optimality gap is smaller than this relative fraction.

For example, `set_optimizer_attribute(model, "allowableGap", 0.05)`.
For example, `set_optimizer_attribute(model, "ratioGap", 0.05)`.

* `threads` -- Set the number of threads to use for parallel branch & bound.

Expand Down

0 comments on commit a82201a

Please sign in to comment.