From 2d25399b307031dfd5de46153fa092b5469e3ffe Mon Sep 17 00:00:00 2001 From: trathi05 <69152703+trathi05@users.noreply.github.com> Date: Mon, 16 May 2022 16:50:13 -0500 Subject: [PATCH] Update README.md (#176) typo correction. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd9f954a..0feb522f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ complementarity reformulations per constraint with `BilevelJuMP.set_mode(ctr, mo An alternative to complementarity constraint reformulation is the Strong Duality reformulation which add the constraint enforcing primal dual equality. The option -is `BilevelJuMP.StrongDualityMode(eps)` where `eps` is the tolance on the enforcing +is `BilevelJuMP.StrongDualityMode(eps)` where `eps` is the tolerance on the enforcing constraint. ### Note on QuadraticToBinary @@ -168,4 +168,4 @@ use: ```julia model = BilevelModel(Gurobi.Optimizer, mode = BilevelJuMP.SOS1Mode()) #or other mode set_optimizer_attribute(model, "NonConvex", 2) -``` \ No newline at end of file +```