3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 04:15:51 +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 b72575148f
commit c72780d9b9
12 changed files with 132 additions and 47 deletions

View file

@ -253,7 +253,6 @@ namespace arith {
st.to_ensure_var().push_back(n2);
}
else if (a.is_band(n)) {
// unsupported for now.
m_band_terms.push_back(to_app(n));
mk_band_axiom(to_app(n));
ctx.push(push_back_vector(m_band_terms));