3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +00:00

adding bdd package

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-10-14 10:41:17 -07:00
parent 64ea473bc7
commit d7b6373601
5 changed files with 476 additions and 129 deletions

View file

@ -245,6 +245,7 @@ int main(int argc, char ** argv) {
TST_ARGV(sat_lookahead);
TST_ARGV(sat_local_search);
TST_ARGV(cnf_backbones);
TST(bdd);
//TST_ARGV(hs);
}