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.

111 lines
4.0 KiB

  1. <html>
  2. <head><title>ntr package abstract</title></head>
  3. <body>
  4. <h1>ntr package abstract</h1>
  5. <h2>Simple-minded package to do traversal.</h2>
  6. <hr>
  7. <!-- Function Abstracts -->
  8. <dl>
  9. <dt> <a href="ntrExtDet.html#Ntr_ClosureTrav"><code>Ntr_ClosureTrav()</code></a>
  10. <dd> Transitive closure traversal procedure.
  11. <dt> <a href="ntrExtDet.html#Ntr_Envelope"><code>Ntr_Envelope()</code></a>
  12. <dd> Poor man's outer envelope computation.
  13. <dt> <a href="ntrExtDet.html#Ntr_FreeHeap"><code>Ntr_FreeHeap()</code></a>
  14. <dd> Frees a priority queue.
  15. <dt> <a href="ntrExtDet.html#Ntr_HeapClone"><code>Ntr_HeapClone()</code></a>
  16. <dd> Clones a priority queue.
  17. <dt> <a href="ntrExtDet.html#Ntr_HeapCount"><code>Ntr_HeapCount()</code></a>
  18. <dd> Returns the number of items in a priority queue.
  19. <dt> <a href="ntrExtDet.html#Ntr_HeapExtractMin"><code>Ntr_HeapExtractMin()</code></a>
  20. <dd> Extracts the element with the minimum key from a priority queue.
  21. <dt> <a href="ntrExtDet.html#Ntr_HeapInsert"><code>Ntr_HeapInsert()</code></a>
  22. <dd> Inserts an item in a priority queue.
  23. <dt> <a href="ntrExtDet.html#Ntr_InitHeap"><code>Ntr_InitHeap()</code></a>
  24. <dd> Initializes a priority queue.
  25. <dt> <a href="ntrExtDet.html#Ntr_SCC"><code>Ntr_SCC()</code></a>
  26. <dd> Computes the SCCs of the STG.
  27. <dt> <a href="ntrExtDet.html#Ntr_ShortestPaths"><code>Ntr_ShortestPaths()</code></a>
  28. <dd> Computes shortest paths in a state graph.
  29. <dt> <a href="ntrExtDet.html#Ntr_TestClipping"><code>Ntr_TestClipping()</code></a>
  30. <dd> Tests BDD clipping functions.
  31. <dt> <a href="ntrExtDet.html#Ntr_TestClosestCube"><code>Ntr_TestClosestCube()</code></a>
  32. <dd> Tests the Cudd_bddClosestCube function.
  33. <dt> <a href="ntrExtDet.html#Ntr_TestCofactorEstimate"><code>Ntr_TestCofactorEstimate()</code></a>
  34. <dd> Tests BDD cofactor estimate functions.
  35. <dt> <a href="ntrExtDet.html#Ntr_TestDecomp"><code>Ntr_TestDecomp()</code></a>
  36. <dd> Tests BDD decomposition functions.
  37. <dt> <a href="ntrExtDet.html#Ntr_TestDensity"><code>Ntr_TestDensity()</code></a>
  38. <dd> Tests BDD density-related functions.
  39. <dt> <a href="ntrExtDet.html#Ntr_TestEquivAndContain"><code>Ntr_TestEquivAndContain()</code></a>
  40. <dd> Tests BDD equivalence and containment with don't cares.
  41. <dt> <a href="ntrExtDet.html#Ntr_TestHeap"><code>Ntr_TestHeap()</code></a>
  42. <dd> Tests the heap property of a priority queue.
  43. <dt> <a href="ntrExtDet.html#Ntr_TestMinimization"><code>Ntr_TestMinimization()</code></a>
  44. <dd> Tests BDD minimization functions.
  45. <dt> <a href="ntrExtDet.html#Ntr_TransitiveClosure"><code>Ntr_TransitiveClosure()</code></a>
  46. <dd> Builds the transitive closure of a transition relation.
  47. <dt> <a href="ntrExtDet.html#Ntr_Trav"><code>Ntr_Trav()</code></a>
  48. <dd> Poor man's traversal procedure.
  49. <dt> <a href="ntrExtDet.html#Ntr_VerifyEquivalence"><code>Ntr_VerifyEquivalence()</code></a>
  50. <dd> Verify equivalence of combinational networks.
  51. <dt> <a href="ntrExtDet.html#Ntr_buildDDs"><code>Ntr_buildDDs()</code></a>
  52. <dd> Builds DDs for a network outputs and next state functions.
  53. <dt> <a href="ntrExtDet.html#Ntr_buildTR"><code>Ntr_buildTR()</code></a>
  54. <dd> Builds the transition relation for a network.
  55. <dt> <a href="ntrExtDet.html#Ntr_cloneTR"><code>Ntr_cloneTR()</code></a>
  56. <dd> Makes a copy of a transition relation.
  57. <dt> <a href="ntrExtDet.html#Ntr_freeTR"><code>Ntr_freeTR()</code></a>
  58. <dd> Frees the transition relation for a network.
  59. <dt> <a href="ntrExtDet.html#Ntr_getStateCube"><code>Ntr_getStateCube()</code></a>
  60. <dd> Reads a state cube from a file or creates a random one.
  61. <dt> <a href="ntrExtDet.html#Ntr_initState"><code>Ntr_initState()</code></a>
  62. <dd> Builds the BDD of the initial state(s).
  63. <dt> <a href="ntrExtDet.html#Ntr_maxflow"><code>Ntr_maxflow()</code></a>
  64. <dd> Maximum 0-1 flow between source and sink states.
  65. <dt> <a href="ntrExtDet.html#Ntr_maximum01Flow"><code>Ntr_maximum01Flow()</code></a>
  66. <dd>
  67. <dt> <a href="ntrExtDet.html#Ntr_testISOP"><code>Ntr_testISOP()</code></a>
  68. <dd> Builds ZDD covers.
  69. <dt> <a href="ntrExtDet.html#Ntr_testZDD"><code>Ntr_testZDD()</code></a>
  70. <dd> Tests ZDDs.
  71. </dl>
  72. <hr>
  73. Generated automatically by <code>extdoc</code> on 1010215
  74. </body></html>