Skip to content

Commit

Permalink
Improve hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 24, 2020
1 parent 4fb8764 commit a8676f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Repository with implementations of the automatic dualization feature for MathOptInterface.jl conic optimization problems

Dualization.jl has two main features.
* The function `dualize` that can dualize either a `MathOptInterface.jl` or `JuMP.jl` model.
* The function `dualize` that can dualize either a [`MathOptInterface.jl`](https://github.com/jump-dev/MathOptInterface.jl) or [`JuMP.jl`](https://github.com/jump-dev/JuMP.jl) model.

```julia
dual_model = dualize(model)
Expand Down Expand Up @@ -59,5 +59,4 @@ For more informations please read the [documentation][docs-stable-url]
One classic method employed to solve bilevel optimization programs is to add the
KKT conditions of the second level problem to the upper level problem.
This package is used to obtain the dual feasibility constraint of the KKT conditions
in: https://github.com/joaquimg/BilevelJuMP.jl .

in [`BilevelJuMP.jl`](https://github.com/joaquimg/BilevelJuMP.jl).

0 comments on commit a8676f4

Please sign in to comment.