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.

19 lines
709 B

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, bend right] () to (b.north west); \draw [fulldot=.5, bend left] () to (b.north east);}
  11. [$b$, name=b, tikz={\draw [line] () to (c1.north); \draw [dot=.5] () to (c2.north);}
  12. [$c$, name=c1, tikz={\draw [line] () to (256:4.6); \draw [fulldot=.5] () to (268:4.5);}]
  13. [$c$, name=c2, tikz={\draw [line] () to (272:4.5); \draw [fulldot=.5] () to (284:4.6);}]
  14. ]
  15. ]
  16. ]
  17. \end{forest}
  18. \end{center}