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.

22 lines
800 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=2mm,
  8. l sep=1mm}
  9. [$f$, rectangle, draw, tikz={\draw [line] () to (a.north);}
  10. [$a$, name=a, tikz={\draw [line] () to (b.north east); \draw [fulldot=.5] () to (d.north);}
  11. [$b$, name=b, tikz={\draw [fulldot=.5, bend left] () to (c.north east); \draw [line, bend right] () to (c.north west);}
  12. [$c$, name=c, s sep=20mm, tikz={\draw [line] () to (250:4); \draw [fulldot=.5] () to (d.north west);}
  13. [,phantom]
  14. [$d$, name=d, s sep=10mm, tikz={\draw [fulldot=.5] () to (287:5); \draw [line] () to (275:4.8);}]
  15. ]
  16. ]
  17. [,phantom]
  18. ]
  19. ]
  20. \end{forest}
  21. \end{center}