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.

27 lines
1.3 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 [line] () to (a.north);}
  10. [$a$, name=a, tikz={\draw [line] () to (b1.north); \draw [fulldot=.5] () to (b2.north);}
  11. [$b$, name=b1, tikz={\draw [line] () to (c1.north); \draw [dot=.5] () to (c2.north);}
  12. [$c$, name=c1, tikz={\draw [line, bend right] () to (d1.north west); \draw [fulldot=.5, bend left] () to (d1.north east);}
  13. [$d$, name=d1, tikz={\draw [line] () to (249:6.37); \draw [fulldot=.5] () to (256:6.13);}]
  14. ]
  15. [$c$, name=c2, tikz={\draw [line] () to (258:4.7); \draw [fulldot=.5] () to (267:4.6);}]
  16. ]
  17. [$b$, name=b2, tikz={\draw [line] () to (c3.north); \draw [dot=.5] () to (c4.north);}
  18. [$c$, name=c3, tikz={\draw [line, bend right] () to (d2.north west); \draw [dot=.5, bend left] () to (d2.north east);}
  19. [$d$, name=d2, tikz={\draw [line] () to (272:5.9); \draw [fulldot=.5] () to (280:5.98);}]
  20. ]
  21. [$c$, name=c4, tikz={\draw [line] () to (288:4.83); \draw [fulldot=.5] () to (295:5.05);}]
  22. ]
  23. ]
  24. ]
  25. \end{forest}
  26. \end{center}