TautologyQ
TautologyQ(boolean-expr, list-of-variables)
test whether the
boolean-expr
is satisfiable by all combinations of booleanFalse
andTrue
values for thelist-of-variables
.
See
Examples
>> TautologyQ(a || !a)True
Implementation status
- ✅ - full supported