3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 12:11:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-24 11:33:19 -07:00
parent a3844af94b
commit 6ab83466d9
2 changed files with 5 additions and 0 deletions

View file

@ -137,6 +137,8 @@ void asserted_formulas::set_eliminate_and(bool flag) {
m_params.set_bool("expand_select_store", true);
//m_params.set_bool("expand_nested_stores", true);
m_params.set_bool("bv_sort_ac", true);
// seq theory solver keeps terms in normal form and has to interact with side-effect of rewriting
// m_params.set_bool("coalesce_chars", m_smt_params.m_string_solver != symbol("seq"));
m_params.set_bool("som", true);
m_rewriter.updt_params(m_params);
flush_cache();