And (a,~b)|(~a|~b|c)
c | ~a | ~b
satisfiable(c | ~a | ~b | (a & ~b))
c | ~a | ~b | (a & ~b)
Experiment with SymPy at SymPy Live.