SatisfiabilityInstances
test whether the
boolean-expr
is satisfiable by a combination of booleanFalse
andTrue
values for thelist-of-variables
and return exactly one instance ofTrue, False
combinations if possible.
test whether the
boolean-expr
is satisfiable by a combination of booleanFalse
andTrue
values for thelist-of-variables
and return up tocombinations
instances ofTrue, False
combinations if possible.
See
Examples
Implementation status
- ✅ - full supported