mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
NYI control paths
This commit is contained in:
parent
ee1d393150
commit
e67112f289
7 changed files with 22 additions and 8 deletions
|
@ -138,7 +138,7 @@ void asserted_formulas::set_eliminate_and(bool flag) {
|
|||
//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("coalesce_chars", m_smt_params.m_string_solver != symbol("seq"));
|
||||
m_params.set_bool("som", true);
|
||||
m_rewriter.updt_params(m_params);
|
||||
flush_cache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue