(x|y)&(x|~y)&(~x|y)
x & y
satisfiable((x | y) & (x | ~y) & (y | ~x))
(x | y) & (x | ~y) & (y | ~x)
Want to compute something more complicated? Try a full Python/SymPy console at SymPy Live.