Skip to content

Commit b511f47

Browse files
committed
update docstrings
1 parent 2aa7118 commit b511f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constraints.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ end
402402
Create a disjunction comprised of disjuncts with indicator variables `disjunct_indicators`
403403
and add it to `model`. For nested disjunctions, the `nested_tag` is required to indicate
404404
which disjunct it will be part of in the parent disjunction. By default, `exclusive` adds
405-
a constraint of the form `@constraint(model, disjunct_indicators in Exactly(1))` making
406-
the disjuncts exclusive to one another; this is required for certain reformulations like
405+
a constraint of the form `@constraint(model, disjunct_indicators in Exactly(1))` only
406+
allowing one of the disjuncts to be selected; this is required for certain reformulations like
407407
[`Hull`](@ref). For nested disjunctions, `exclusive` creates a constraint of the form
408408
`@constraint(model, disjunct_indicators in Exactly(nested_tag.indicator))`.
409409
To conveniently generate many disjunctions at once, see [`@disjunction`](@ref)

0 commit comments

Comments
 (0)