mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
build fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eb6b2813ff
commit
7b9b714979
|
@ -25,7 +25,7 @@ Notes:
|
|||
void arith_rewriter::updt_local_params(params_ref const & _p) {
|
||||
arith_rewriter_params p(_p);
|
||||
m_arith_lhs = p.arith_lhs();
|
||||
m_arith_ineq_lhs = p.arith_ineq_lhs;
|
||||
m_arith_ineq_lhs = p.arith_ineq_lhs();
|
||||
m_gcd_rounding = p.gcd_rounding();
|
||||
m_elim_to_real = p.elim_to_real();
|
||||
m_push_to_real = p.push_to_real();
|
||||
|
|
Loading…
Reference in a new issue