Skip to content

Commit

Permalink
Update README.md (#176)
Browse files Browse the repository at this point in the history
typo correction.
  • Loading branch information
trathi05 authored May 16, 2022
1 parent 0e84af1 commit 2d25399
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 @@ -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
Expand Down Expand Up @@ -168,4 +168,4 @@ use:
```julia
model = BilevelModel(Gurobi.Optimizer, mode = BilevelJuMP.SOS1Mode()) #or other mode
set_optimizer_attribute(model, "NonConvex", 2)
```
```

0 comments on commit 2d25399

Please sign in to comment.