mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
build fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eb6b2813ff
commit
7b9b714979
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue