3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

b-and, stats, reinsert variable to heap, debugging

This commit is contained in:
Nikolaj Bjorner 2023-12-11 20:22:23 -08:00
parent c03a05eb75
commit f388f58a4b
10 changed files with 55 additions and 30 deletions

View file

@ -129,7 +129,11 @@ namespace lp_api {
st.update("arith-gomory-cuts", m_gomory_cuts);
st.update("arith-assume-eqs", m_assume_eqs);
st.update("arith-branch", m_branch);
<<<<<<< HEAD
st.update("arith-bv-axioms", m_bv_axioms);
=======
st.update("arith-band-axioms", m_band_axioms);
>>>>>>> c72780d9b (b-and, stats, reinsert variable to heap, debugging)
}
};