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:
parent
c03a05eb75
commit
f388f58a4b
10 changed files with 55 additions and 30 deletions
|
@ -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)
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue