mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
change pool solver to enable external control of pool allocation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ffdefa4f65
commit
b649cd93cb
5 changed files with 73 additions and 28 deletions
|
@ -248,6 +248,7 @@ int main(int argc, char ** argv) {
|
|||
TST_ARGV(sat_local_search);
|
||||
TST_ARGV(cnf_backbones);
|
||||
TST(bdd);
|
||||
TST(solver_pool);
|
||||
//TST_ARGV(hs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue