mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
re-introduce eq2ineq name for rewriting parameter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
93474c0263
commit
5492d0e135
9 changed files with 28 additions and 53 deletions
|
@ -123,7 +123,7 @@ void asserted_formulas::set_eliminate_and(bool flag) {
|
|||
p.set_bool("arith_ineq_lhs", true);
|
||||
p.set_bool("sort_sums", true);
|
||||
p.set_bool("rewrite_patterns", true);
|
||||
p.set_bool("expand_eqs", m_params.m_arith_expand_eqs);
|
||||
p.set_bool("eq2ineq", m_params.m_arith_eq2ineq);
|
||||
p.set_bool("gcd_rounding", true);
|
||||
m_rewriter.updt_params(p);
|
||||
flush_cache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue