Skip to content

Commit

Permalink
Update src/Bridges/Constraint/bridges/inequality_to_complements.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Benoît Legat <[email protected]>
  • Loading branch information
odow and blegat authored Nov 14, 2024
1 parent e7297f3 commit 7907001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
`InequalityToComplementsBridge` implements the following reformulations:
* ``f(x) \\ge b`` into ``f(x) - b \\perp y \\ge 0``
* ``f(x) \\ge b`` into ``\\exists y`` such that ``f(x) - b \\perp y \\ge 0``
* ``f(x) \\le b`` into ``f(x) - b \\perp y \\le 0``
* ``f(x) = b`` into ``f(x) - b \\perp y``
Expand Down

0 comments on commit 7907001

Please sign in to comment.