SatisfiableQ
SatisfiableQ(boolean-expr, list-of-variables)
test whether the
boolean-expr
is satisfiable by a combination of booleanFalse
andTrue
values for thelist-of-variables
.
See
Examples
>> SatisfiableQ((a || b) && (! a || ! b), {a, b})True
Implementation status
- ✅ - full supported