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.

45 lines
1.5 KiB

  1. <html>
  2. <head><title>bnet package abstract (Internal)</title></head>
  3. <body>
  4. <h1>bnet package abstract (Internal)</h1>
  5. <h2></h2>
  6. <hr>
  7. <!-- Function Abstracts -->
  8. <dl>
  9. <dt> <a href="bnetAllDet.html#Bnet_BuildNodeBDD"><code>Bnet_BuildNodeBDD()</code></a>
  10. <dd> Builds the BDD for the function of a node.
  11. <dt> <a href="bnetAllDet.html#Bnet_DfsVariableOrder"><code>Bnet_DfsVariableOrder()</code></a>
  12. <dd> Orders the BDD variables by DFS.
  13. <dt> <a href="bnetAllDet.html#Bnet_FreeNetwork"><code>Bnet_FreeNetwork()</code></a>
  14. <dd> Frees a boolean network created by Bnet_ReadNetwork.
  15. <dt> <a href="bnetAllDet.html#Bnet_PrintNetwork"><code>Bnet_PrintNetwork()</code></a>
  16. <dd> Prints a boolean network created by readNetwork.
  17. <dt> <a href="bnetAllDet.html#Bnet_PrintOrder"><code>Bnet_PrintOrder()</code></a>
  18. <dd> Prints the order of the DD variables of a network.
  19. <dt> <a href="bnetAllDet.html#Bnet_ReadNetwork"><code>Bnet_ReadNetwork()</code></a>
  20. <dd> Reads boolean network from blif file.
  21. <dt> <a href="bnetAllDet.html#Bnet_ReadOrder"><code>Bnet_ReadOrder()</code></a>
  22. <dd> Reads the variable order from a file.
  23. <dt> <a href="bnetAllDet.html#Bnet_bddArrayDump"><code>Bnet_bddArrayDump()</code></a>
  24. <dd> Writes an array of BDDs to a file in dot, blif, DDcal, factored-form, or daVinci format.
  25. <dt> <a href="bnetAllDet.html#Bnet_bddDump"><code>Bnet_bddDump()</code></a>
  26. <dd> Writes the network BDDs to a file in dot, blif, or daVinci format.
  27. </dl>
  28. <hr>
  29. Generated automatically by <code>extdoc</code> on 1010215
  30. </body></html>