From a82201adcd203fa8d30f33ccd5d07b2848070bc5 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 16 Sep 2021 11:53:07 +1200 Subject: [PATCH] Update README.md (#176) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d226058..bdbc912 100644 --- a/README.md +++ b/README.md @@ -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.