SatisfiableQ
SatisfiableQ(boolean-expr, list-of-variables)test whether the
boolean-expris satisfiable by a combination of booleanFalseandTruevalues for thelist-of-variables.
See
Examples
>> SatisfiableQ((a || b) && (! a || ! b), {a, b})TrueImplementation status
- ✅ - full supported