Hasse diagram of bool expressions

83 Views Asked by At

I know mean of hasse diagram but I don't know algorithm for drawing.

For example I have this expression: $x_{1}'x_{2}x_{3}\lor x_{1}x_{2}x_{4}\lor x_{3}x_{4}x_{5}x_{6}$

How to draw hasse diagram of it? And, how to draw hasse diagram of large bool expressions?