Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cs-486:tools [2021/04/09 08:26]
egm [Cudd]
cs-486:tools [2021/04/09 08:47] (current)
egm [Graphviz]
Line 56: Line 56:
 Install [http://​www.graphviz.org Graphviz] to visualize BDDs. Once it is installed, '''​Cudd::​DumpDot'''​ will generate DOT files. These files are converted to PDF with Install [http://​www.graphviz.org Graphviz] to visualize BDDs. Once it is installed, '''​Cudd::​DumpDot'''​ will generate DOT files. These files are converted to PDF with
  $ dot -Tpdf -o file.pdf file.dot  $ dot -Tpdf -o file.pdf file.dot
-Please note that CUDD uses complement edges. These are depicted as short-dash ​lines as opposed to long-dash lines. ​If you traverse each time you traverse a complement edge on the way to the terminal, you complement ​that terminal. ​Thus, an even number of complement edges leaves ​the terminal unchanged (i.e., terminal one) while an odd number of complement ​edges flips the terminal ​to zero. +Please note that CUDD uses complement edges. These are depicted as doted lines as opposed to long-dash lines. ​You have to traverse ​from the label to the root node as that edge may be a complement edge. In the BDD, the complement edge has the same meaning as the dashed edge: set the variable low. Additionallythe complement edge tells you if you need to complement ​the terminal when you reach the terminal. ​ If the path being considered from the function label includes ​an ever number of complement edges, then the terminal ​is unchanged. If the path from the function label being considered includes an odd number of complement edges, then the terminal is complimented ​(i.e., terminal one with an even number of compliment ​edges in the path and terminal zero with an odd number of edges in the path)
  
cs-486/tools.txt ยท Last modified: 2021/04/09 08:47 by egm
Back to top
CC Attribution-Share Alike 4.0 International
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0