3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

expand select/store in pre-processor

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-09-07 06:23:01 -07:00
parent 2ea9bfaa41
commit 19fa5f8cb3

View file

@ -129,6 +129,7 @@ void asserted_formulas::set_eliminate_and(bool flag) {
p.set_bool("rewrite_patterns", true);
p.set_bool("eq2ineq", m_params.m_arith_eq2ineq);
p.set_bool("gcd_rounding", true);
p.set_bool("expand_select_store", true);
m_rewriter.updt_params(p);
flush_cache();
}