Skip to content

TautologyQ

TautologyQ(boolean-expr, list-of-variables)

test whether the boolean-expr is satisfiable by all combinations of boolean False and True values for the list-of-variables.

See

Examples

>> TautologyQ(a || !a)
True

Implementation status

  • ✅ - full supported

Github