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.

219 lines
7.7 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <!--Converted with LaTeX2HTML 2008 (1.71)
  3. original version by: Nikos Drakos, CBLU, University of Leeds
  4. * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
  5. * with significant contributions from:
  6. Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
  7. <HTML>
  8. <HEAD>
  9. <TITLE>CUDD: CU Decision Diagram Package
  10. Release 2.5.0</TITLE>
  11. <META NAME="description" CONTENT="CUDD: CU Decision Diagram Package
  12. Release 2.5.0">
  13. <META NAME="keywords" CONTENT="cuddIntro">
  14. <META NAME="resource-type" CONTENT="document">
  15. <META NAME="distribution" CONTENT="global">
  16. <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
  17. <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
  18. <LINK REL="STYLESHEET" HREF="cuddIntro.css">
  19. <LINK REL="next" HREF="node1.html">
  20. </HEAD>
  21. <BODY >
  22. <!--Navigation Panel-->
  23. <A NAME="tex2html14"
  24. HREF="node1.html">
  25. <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
  26. SRC="icons/next.png"></A>
  27. <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
  28. SRC="icons/up_g.png">
  29. <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
  30. SRC="icons/prev_g.png">
  31. <A NAME="tex2html12"
  32. HREF="node8.html">
  33. <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
  34. SRC="icons/index.png"></A>
  35. <BR>
  36. <B> Next:</B> <A NAME="tex2html15"
  37. HREF="node1.html">Introduction</A>
  38. &nbsp; <B> <A NAME="tex2html13"
  39. HREF="node8.html">Index</A></B>
  40. <BR>
  41. <BR>
  42. <!--End of Navigation Panel-->
  43. <H1 ALIGN="CENTER">CUDD: CU Decision Diagram Package
  44. <BR>
  45. Release 2.5.0</H1>
  46. <DIV>
  47. <P ALIGN="CENTER"><STRONG>Fabio Somenzi</STRONG></P>
  48. <P ALIGN="CENTER"><I>Department of Electrical, Computer, and Energy Engineering</I></P>
  49. <P ALIGN="LEFT"><SMALL>University of Colorado at Boulder</SMALL></P>
  50. </DIV>
  51. <P>
  52. <BR><HR>
  53. <!--Table of Child-Links-->
  54. <A NAME="CHILD_LINKS"></A>
  55. <UL>
  56. <LI><A NAME="tex2html16"
  57. HREF="node1.html">Introduction</A>
  58. <LI><A NAME="tex2html17"
  59. HREF="node2.html">How to Get CUDD</A>
  60. <UL>
  61. <LI><A NAME="tex2html18"
  62. HREF="node2.html#SECTION00021000000000000000">The CUDD Package</A>
  63. <LI><A NAME="tex2html19"
  64. HREF="node2.html#SECTION00022000000000000000">CUDD Friends</A>
  65. </UL>
  66. <BR>
  67. <LI><A NAME="tex2html20"
  68. HREF="node3.html">User's Manual</A>
  69. <UL>
  70. <LI><A NAME="tex2html21"
  71. HREF="node3.html#SECTION00031000000000000000">Compiling and Linking</A>
  72. <LI><A NAME="tex2html22"
  73. HREF="node3.html#SECTION00032000000000000000">Basic Data Structures</A>
  74. <UL>
  75. <LI><A NAME="tex2html23"
  76. HREF="node3.html#SECTION00032100000000000000">Nodes</A>
  77. <LI><A NAME="tex2html24"
  78. HREF="node3.html#SECTION00032200000000000000">The Manager</A>
  79. <LI><A NAME="tex2html25"
  80. HREF="node3.html#SECTION00032300000000000000">Cache</A>
  81. </UL>
  82. <LI><A NAME="tex2html26"
  83. HREF="node3.html#SECTION00033000000000000000">Initializing and Shutting Down a DdManager</A>
  84. <LI><A NAME="tex2html27"
  85. HREF="node3.html#SECTION00034000000000000000">Setting Parameters</A>
  86. <LI><A NAME="tex2html28"
  87. HREF="node3.html#SECTION00035000000000000000">Constant Functions</A>
  88. <UL>
  89. <LI><A NAME="tex2html29"
  90. HREF="node3.html#SECTION00035100000000000000">One, Logic Zero, and Arithmetic Zero</A>
  91. <LI><A NAME="tex2html30"
  92. HREF="node3.html#SECTION00035200000000000000">Predefined Constants</A>
  93. <LI><A NAME="tex2html31"
  94. HREF="node3.html#SECTION00035300000000000000">Background</A>
  95. <LI><A NAME="tex2html32"
  96. HREF="node3.html#SECTION00035400000000000000">New Constants</A>
  97. </UL>
  98. <LI><A NAME="tex2html33"
  99. HREF="node3.html#SECTION00036000000000000000">Creating Variables</A>
  100. <UL>
  101. <LI><A NAME="tex2html34"
  102. HREF="node3.html#SECTION00036100000000000000">New BDD and ADD Variables</A>
  103. <LI><A NAME="tex2html35"
  104. HREF="node3.html#SECTION00036200000000000000">New ZDD Variables</A>
  105. </UL>
  106. <LI><A NAME="tex2html36"
  107. HREF="node3.html#SECTION00037000000000000000">Basic BDD Manipulation</A>
  108. <LI><A NAME="tex2html37"
  109. HREF="node3.html#SECTION00038000000000000000">Basic ADD Manipulation</A>
  110. <LI><A NAME="tex2html38"
  111. HREF="node3.html#SECTION00039000000000000000">Basic ZDD Manipulation</A>
  112. <LI><A NAME="tex2html39"
  113. HREF="node3.html#SECTION000310000000000000000">Converting ADDs to BDDs and Vice Versa</A>
  114. <LI><A NAME="tex2html40"
  115. HREF="node3.html#SECTION000311000000000000000">Converting BDDs to ZDDs and Vice Versa</A>
  116. <LI><A NAME="tex2html41"
  117. HREF="node3.html#SECTION000312000000000000000">Variable Reordering for BDDs and ADDs</A>
  118. <LI><A NAME="tex2html42"
  119. HREF="node3.html#SECTION000313000000000000000">Grouping Variables</A>
  120. <LI><A NAME="tex2html43"
  121. HREF="node3.html#SECTION000314000000000000000">Variable Reordering for ZDDs</A>
  122. <LI><A NAME="tex2html44"
  123. HREF="node3.html#SECTION000315000000000000000">Keeping Consistent Variable Orders for BDDs and ZDDs</A>
  124. <LI><A NAME="tex2html45"
  125. HREF="node3.html#SECTION000316000000000000000">Hooks</A>
  126. <LI><A NAME="tex2html46"
  127. HREF="node3.html#SECTION000317000000000000000">Timeouts and Limits</A>
  128. <LI><A NAME="tex2html47"
  129. HREF="node3.html#SECTION000318000000000000000">The SIS/VIS Interface</A>
  130. <UL>
  131. <LI><A NAME="tex2html48"
  132. HREF="node3.html#SECTION000318100000000000000">Using the CUDD Package in SIS</A>
  133. </UL>
  134. <LI><A NAME="tex2html49"
  135. HREF="node3.html#SECTION000319000000000000000">Writing Decision Diagrams to a File</A>
  136. <LI><A NAME="tex2html50"
  137. HREF="node3.html#SECTION000320000000000000000">Saving and Restoring BDDs</A>
  138. </UL>
  139. <BR>
  140. <LI><A NAME="tex2html51"
  141. HREF="node4.html">Programmer's Manual</A>
  142. <UL>
  143. <LI><A NAME="tex2html52"
  144. HREF="node4.html#SECTION00041000000000000000">Compiling and Linking</A>
  145. <LI><A NAME="tex2html53"
  146. HREF="node4.html#SECTION00042000000000000000">Reference Counts</A>
  147. <UL>
  148. <LI><A NAME="tex2html54"
  149. HREF="node4.html#SECTION00042100000000000000">NULL Return Values</A>
  150. <LI><A NAME="tex2html55"
  151. HREF="node4.html#SECTION00042200000000000000"><I>Cudd_RecursiveDeref</I> vs. <I>Cudd_Deref</I></A>
  152. <LI><A NAME="tex2html56"
  153. HREF="node4.html#SECTION00042300000000000000">When Increasing the Reference Count is Unnecessary</A>
  154. <LI><A NAME="tex2html57"
  155. HREF="node4.html#SECTION00042400000000000000">Saturating Increments and Decrements</A>
  156. </UL>
  157. <LI><A NAME="tex2html58"
  158. HREF="node4.html#SECTION00043000000000000000">Complement Arcs</A>
  159. <LI><A NAME="tex2html59"
  160. HREF="node4.html#SECTION00044000000000000000">The Cache</A>
  161. <UL>
  162. <LI><A NAME="tex2html60"
  163. HREF="node4.html#SECTION00044100000000000000">Cache Sizing</A>
  164. <LI><A NAME="tex2html61"
  165. HREF="node4.html#SECTION00044200000000000000">Local Caches</A>
  166. </UL>
  167. <LI><A NAME="tex2html62"
  168. HREF="node4.html#SECTION00045000000000000000">The Unique Table</A>
  169. <LI><A NAME="tex2html63"
  170. HREF="node4.html#SECTION00046000000000000000">Allowing Asynchronous Reordering</A>
  171. <LI><A NAME="tex2html64"
  172. HREF="node4.html#SECTION00047000000000000000">Debugging</A>
  173. <LI><A NAME="tex2html65"
  174. HREF="node4.html#SECTION00048000000000000000">Gathering and Interpreting Statistics</A>
  175. <UL>
  176. <LI><A NAME="tex2html66"
  177. HREF="node4.html#SECTION00048100000000000000">Non Modifiable Parameters</A>
  178. <LI><A NAME="tex2html67"
  179. HREF="node4.html#SECTION00048200000000000000">Modifiable Parameters</A>
  180. <LI><A NAME="tex2html68"
  181. HREF="node4.html#SECTION00048300000000000000">Extended Statistics and Reporting</A>
  182. </UL>
  183. <LI><A NAME="tex2html69"
  184. HREF="node4.html#SECTION00049000000000000000">Guidelines for Documentation</A>
  185. </UL>
  186. <BR>
  187. <LI><A NAME="tex2html70"
  188. HREF="node5.html">The C++ Interface</A>
  189. <UL>
  190. <LI><A NAME="tex2html71"
  191. HREF="node5.html#SECTION00051000000000000000">Compiling and Linking</A>
  192. <LI><A NAME="tex2html72"
  193. HREF="node5.html#SECTION00052000000000000000">Basic Manipulation</A>
  194. </UL>
  195. <BR>
  196. <LI><A NAME="tex2html73"
  197. HREF="node6.html">Acknowledgments</A>
  198. <LI><A NAME="tex2html74"
  199. HREF="node7.html">Bibliography</A>
  200. <LI><A NAME="tex2html75"
  201. HREF="node8.html">Index</A>
  202. </UL>
  203. <!--End of Table of Child-Links-->
  204. <BR><HR>
  205. <ADDRESS>
  206. Fabio Somenzi
  207. 2012-02-04
  208. </ADDRESS>
  209. </BODY>
  210. </HTML>