And (a,~b)|(~a|~b|c)
c | ~a | ~b
satisfiable(c | ~a | ~b | (a & ~b))
c | ~a | ~b | (a & ~b)
Want a full Python shell? Use SymPy Live.