SatisfiabilityCount
test whether the
boolean-expr
is satisfiable by a combination of booleanFalse
andTrue
values for the variables of the boolean expression and return the number of possible combinations.
test whether the
boolean-expr
is satisfiable by a combination of booleanFalse
andTrue
values for thelist-of-variables
and return the number of possible combinations.
See
Examples
Implementation status
- ✅ - full supported