mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue