File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 402
402
Create a disjunction comprised of disjuncts with indicator variables `disjunct_indicators`
403
403
and add it to `model`. For nested disjunctions, the `nested_tag` is required to indicate
404
404
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
407
407
[`Hull`](@ref). For nested disjunctions, `exclusive` creates a constraint of the form
408
408
`@constraint(model, disjunct_indicators in Exactly(nested_tag.indicator))`.
409
409
To conveniently generate many disjunctions at once, see [`@disjunction`](@ref)
You can’t perform that action at this time.
0 commit comments