You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
Repository with implementations of the automatic dualization feature for MathOptInterface.jl conic optimization problems
22
22
23
23
Dualization.jl has two main features.
24
-
* The function `dualize` that can dualize either a `MathOptInterface.jl` or `JuMP.jl` model.
24
+
* 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.
25
25
26
26
```julia
27
27
dual_model =dualize(model)
@@ -59,5 +59,4 @@ For more informations please read the [documentation][docs-stable-url]
59
59
One classic method employed to solve bilevel optimization programs is to add the
60
60
KKT conditions of the second level problem to the upper level problem.
61
61
This package is used to obtain the dual feasibility constraint of the KKT conditions
62
-
in: https://github.com/joaquimg/BilevelJuMP.jl .
63
-
62
+
in [`BilevelJuMP.jl`](https://github.com/joaquimg/BilevelJuMP.jl).
0 commit comments