3
0
Fork 0
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:
Lev Nachmanson 2024-10-08 16:08:22 -07:00 committed by Lev Nachmanson
parent eaf2f7f165
commit 9e8b17b5f8
2 changed files with 64 additions and 95 deletions

View file

@ -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);
}
};