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:
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("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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue