Skip to content

Commit 7907001

Browse files
odowblegat
andauthored
Update src/Bridges/Constraint/bridges/inequality_to_complements.jl
Co-authored-by: Benoît Legat <[email protected]>
1 parent e7297f3 commit 7907001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/Constraint/bridges/inequality_to_complements.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
`InequalityToComplementsBridge` implements the following reformulations:
1111
12-
* ``f(x) \\ge b`` into ``f(x) - b \\perp y \\ge 0``
12+
* ``f(x) \\ge b`` into ``\\exists y`` such that ``f(x) - b \\perp y \\ge 0``
1313
* ``f(x) \\le b`` into ``f(x) - b \\perp y \\le 0``
1414
* ``f(x) = b`` into ``f(x) - b \\perp y``
1515

0 commit comments

Comments
 (0)