mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
add pdd
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f090abce9f
commit
9e4a7ae4b8
6 changed files with 939 additions and 0 deletions
|
@ -253,6 +253,7 @@ int main(int argc, char ** argv) {
|
|||
TST_ARGV(sat_local_search);
|
||||
TST_ARGV(cnf_backbones);
|
||||
TST(bdd);
|
||||
TST(pdd);
|
||||
TST(solver_pool);
|
||||
//TST_ARGV(hs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue