[buddy] Add a function bdd_implies to decide implications between BDDs.
* src/bdd.h (bdd_implies): New function. * src/bddop.c (bdd_implies): Implement it. (CACHEID_IMPLIES, IMPLIES_HASH): New helper macros.
This commit is contained in:
parent
e7a46e10e2
commit
a814b97543
3 changed files with 69 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2012-06-13 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Add a function bdd_implies to decide implications between BDDs.
|
||||
|
||||
* src/bdd.h (bdd_implies): New function.
|
||||
* src/bddop.c (bdd_implies): Implement it.
|
||||
(CACHEID_IMPLIES, IMPLIES_HASH): New helper macros.
|
||||
|
||||
2012-06-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Reduce the size of bddNode to improve cache efficiency.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue