mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
do not use conflicts with fresh vars to create branches
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
eaf2f7f165
commit
9e8b17b5f8
2 changed files with 64 additions and 95 deletions
|
@ -161,6 +161,7 @@ struct statistics {
|
|||
st.update("arith-nla-lemmas", m_nla_lemmas);
|
||||
st.update("arith-nra-calls", m_nra_calls);
|
||||
st.update("arith-bounds-improvements", m_nla_bounds_improvements);
|
||||
st.update("arith-lp-dio-conflicts", m_dio_conflicts);
|
||||
st.copy(m_st);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue