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:
parent
b72575148f
commit
c72780d9b9
12 changed files with 132 additions and 47 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue