Export bdd_implies to the Python interface, and test it.
* wrap/python/buddy.i (bdd_implies): New function. * wrap/python/tests/implies.py: New file. * wrap/python/tests/Makefile.am: Add it.
This commit is contained in:
parent
a814b97543
commit
821d5e54b7
3 changed files with 68 additions and 3 deletions
|
|
@ -164,6 +164,7 @@ bdd bdd_xor(const bdd &l, const bdd &r);
|
|||
bdd bdd_imp(const bdd &l, const bdd &r);
|
||||
bdd bdd_biimp(const bdd &l, const bdd &r);
|
||||
bdd bdd_setxor(const bdd &l, const bdd &r);
|
||||
int bdd_implies(const bdd &l, const bdd &r);
|
||||
bdd bdd_ite(const bdd &f, const bdd &g, const bdd &h);
|
||||
bdd bdd_exist(const bdd &r, const bdd &var);
|
||||
bdd bdd_existcomp(const bdd &r, const bdd &var);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue