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.

29 lines
1.1 KiB

5 months ago
  1. \item \BDDToROBDD
  2. \begin{center}
  3. \begin{forest}
  4. for tree={circle, draw, no edge,
  5. minimum size=2em,
  6. inner sep=0pt,
  7. s sep=5mm,
  8. l sep=5mm}
  9. [$f$, rectangle, draw, tikz={\draw [fulldot=.5] () to (a.north);}
  10. [$a$, name=a, tikz={\draw [line] () to (b1.north); \draw [dot=.5] () to (b2.north);}
  11. [$b$, name=b1, tikz={\draw [line] () to (d1.north); \draw [dot=.5] () to (260:3.3);}
  12. [$d$, name=d1, tikz={\draw [line] () to (c1.north); \draw [fulldot=.5] () to (255:4.6);}
  13. [$c$, name=c1, tikz={\draw [line] () to (243:6.5); \draw [dot=.5] () to (253:6.05);}]
  14. [,phantom]
  15. ]
  16. [,phantom]
  17. ]
  18. [$b$, name=b2, tikz={\draw [line] () to (d2.north); \draw [dot=.5] () to (300:3.7);}
  19. [$d$, name=d2, tikz={\draw [line] () to (c2.north); \draw [fulldot=.5] () to (286:4.7);}
  20. [$c$, name=c2, tikz={\draw [line] () to (265:5.8); \draw [dot=.5] () to (275:5.8);}]
  21. [,phantom]
  22. ]
  23. [,phantom]
  24. ]
  25. ]
  26. ]
  27. \end{forest}
  28. \end{center}