Adding bdd_is_cube for python

* python/buddy.i: Here
This commit is contained in:
philipp 2021-08-06 13:06:25 +02:00 committed by Florian Renkin
parent 3aef5f31c0
commit 18948a96be

View file

@ -189,6 +189,7 @@ int bdd_nodecount(const bdd &r);
int* bdd_varprofile(const bdd &r);
double bdd_pathcount(const bdd &r);
int bdd_have_common_assignment(const bdd &l, const bdd &r);
int bdd_is_cube(const bdd &b);
void bdd_fprinttable(FILE *file, const bdd &r);
void bdd_printtable(const bdd &r);
void bdd_fprintset(FILE *file, const bdd &r);