Skip to content

Commit 80d1068

Browse files
committed
Fix docstring
1 parent 1c9f7a9 commit 80d1068

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Bridges/Constraint/bridges/count_at_least.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"""
88
CountAtLeastToCountBelongsBridge{T,F} <: Bridges.Constraint.AbstractBridge
99
10-
`CountAtLeastToCountBelongsBridge` implements the following reformulations:
10+
`CountAtLeastToCountBelongsBridge` implements the following reformulation:
1111
12-
* ``x \\in \\textsf{CountAtLeast}(n, d, set)`` to ``(n, x) \\in \\textsf{CountCount}(1+d)``
13-
and ``n = d``
14-
* ``f(x) \\in \\textsf{CountAtLeast}(n, d, set)`` to ``(d, f(x)) \\in \\textsf{CountBelongs}(1+d)``
12+
* ``x \\in \\textsf{CountAtLeast}(n, d, set)`` to
13+
``(n_i, x_{d_i}) \\in \\textsf{CountBelongs}(1+d)``
14+
and ``\\sum\\limits n_i \\ge n``
1515
1616
## Source node
1717

0 commit comments

Comments
 (0)