You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
756 B

5 months ago
  1. \item \BDDToDNF
  2. \begin{center}
  3. \begin{forest}
  4. for tree={circle, draw, no edge,
  5. minimum size=2em,
  6. inner sep=0pt,
  7. s sep=10mm,
  8. l sep=4mm}
  9. [$f$, rectangle, draw, tikz={\draw [fulldot=.5] () to (c.north);}
  10. [$c$, name=c, tikz={\draw [line] () to (d1.north); \draw [dot=.5] () to (d2.north);}
  11. [$d$, name=d1, tikz={\draw [line] () to (b.north); \draw [dot=.5] () to (266:2.7);}
  12. [$b$, name=b, tikz={\draw [line] () to (a.north); \draw [fulldot=.5] () to (266:3.8);}
  13. [$a$, name=a, tikz={\draw [line] () to (256:5.2); \draw [fulldot=.5] () to (266:5);}]
  14. ]
  15. ]
  16. [$d$, name=d2, tikz={\draw [line] () to (b.east); \draw [dot=.5] () to (a.east);}]
  17. ]
  18. ]
  19. \end{forest}
  20. \end{center}