mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
optimizing pb
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e2db1418f9
commit
e180cfe256
7 changed files with 247 additions and 314 deletions
|
@ -32,6 +32,7 @@ Notes:
|
|||
#define MEMLIMIT 300
|
||||
|
||||
tactic * mk_qfbv_tactic(ast_manager & m, params_ref const & p) {
|
||||
|
||||
params_ref main_p;
|
||||
main_p.set_bool("elim_and", true);
|
||||
main_p.set_bool("push_ite_bv", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue