Browse Source

fixed variable order in bdd 1027

main
sp 3 weeks ago
parent
commit
d7c3f9d18c
  1. 2
      bdds/1027.tex

2
bdds/1027.tex

@ -2,6 +2,6 @@
$$f = (\lnot x \land \lnot y)\lor (x \land y),$$
using \textit{variable order} $z < x < y$. Use complemented edges and a node for \texttt{true} as the only constant node. To simplify drawing, you may assume that \textit{dangling edges} point to the constant node. Write down all cofactors that you compute to obtain the final result and mark them in the graph.
using \textit{variable order} $y < x$. Use complemented edges and a node for \texttt{true} as the only constant node. To simplify drawing, you may assume that \textit{dangling edges} point to the constant node. Write down all cofactors that you compute to obtain the final result and mark them in the graph.
% (not x and not y) or (x and y)
Loading…
Cancel
Save