mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
expand select/store in pre-processor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2ea9bfaa41
commit
19fa5f8cb3
|
@ -129,6 +129,7 @@ void asserted_formulas::set_eliminate_and(bool flag) {
|
||||||
p.set_bool("rewrite_patterns", true);
|
p.set_bool("rewrite_patterns", true);
|
||||||
p.set_bool("eq2ineq", m_params.m_arith_eq2ineq);
|
p.set_bool("eq2ineq", m_params.m_arith_eq2ineq);
|
||||||
p.set_bool("gcd_rounding", true);
|
p.set_bool("gcd_rounding", true);
|
||||||
|
p.set_bool("expand_select_store", true);
|
||||||
m_rewriter.updt_params(p);
|
m_rewriter.updt_params(p);
|
||||||
flush_cache();
|
flush_cache();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue