mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
fix warnings and errors from the mint64 build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7cb9e7381d
commit
717f131942
6 changed files with 7 additions and 5 deletions
|
@ -54,8 +54,8 @@ namespace smt {
|
|||
m_arith_eq_adapter(*this, m_params, a),
|
||||
m_zero_int(null_theory_var),
|
||||
m_zero_real(null_theory_var),
|
||||
m_asserted_qhead(0),
|
||||
m_nc_functor(*this),
|
||||
m_asserted_qhead(0),
|
||||
m_agility(0.5),
|
||||
m_lia(false),
|
||||
m_lra(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue