mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 11:22:04 +00:00
fix warning
This commit is contained in:
parent
2f56d128b0
commit
3bce61e0d4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,6 @@ namespace smt {
|
||||||
m_is_diseq_tmp(0),
|
m_is_diseq_tmp(0),
|
||||||
m_units_to_reassert(m_manager),
|
m_units_to_reassert(m_manager),
|
||||||
m_qhead(0),
|
m_qhead(0),
|
||||||
m_th_case_split_qhead(0),
|
|
||||||
m_simp_qhead(0),
|
m_simp_qhead(0),
|
||||||
m_simp_counter(0),
|
m_simp_counter(0),
|
||||||
m_bvar_inc(1.0),
|
m_bvar_inc(1.0),
|
||||||
|
@ -75,6 +74,7 @@ namespace smt {
|
||||||
m_unsat_proof(m),
|
m_unsat_proof(m),
|
||||||
m_unknown("unknown"),
|
m_unknown("unknown"),
|
||||||
m_unsat_core(m),
|
m_unsat_core(m),
|
||||||
|
m_th_case_split_qhead(0),
|
||||||
#ifdef Z3DEBUG
|
#ifdef Z3DEBUG
|
||||||
m_trail_enabled(true),
|
m_trail_enabled(true),
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue