mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
set default rewriter behavior in incremental mode to distribute multiplication over addition #1373
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c1c1b7378c
commit
e8a9e1a58b
|
@ -131,6 +131,7 @@ void asserted_formulas::set_eliminate_and(bool flag) {
|
||||||
p.set_bool("gcd_rounding", true);
|
p.set_bool("gcd_rounding", true);
|
||||||
p.set_bool("expand_select_store", true);
|
p.set_bool("expand_select_store", true);
|
||||||
p.set_bool("bv_sort_ac", true);
|
p.set_bool("bv_sort_ac", true);
|
||||||
|
p.set_bool("som", true);
|
||||||
m_rewriter.updt_params(p);
|
m_rewriter.updt_params(p);
|
||||||
flush_cache();
|
flush_cache();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue