mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 16:55:47 +00:00
parent
f98b94bdbc
commit
896a1b2048
17 changed files with 59 additions and 56 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
bv_size_reduction_tactic(ast_manager & m) :
|
||||
m(m),
|
||||
m_util(m),
|
||||
m_replacer(mk_default_expr_replacer(m)) {
|
||||
m_replacer(mk_default_expr_replacer(m, false)) {
|
||||
}
|
||||
|
||||
tactic * translate(ast_manager & m) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue