mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
more merges with qsat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
76d637626a
commit
d614fedde2
7 changed files with 31 additions and 5 deletions
|
@ -94,6 +94,7 @@ namespace smt {
|
|||
virtual bool internalize_term(app * term) { return false; }
|
||||
virtual void new_eq_eh(theory_var v1, theory_var v2) { }
|
||||
virtual void new_diseq_eh(theory_var v1, theory_var v2) { }
|
||||
virtual void display(std::ostream& out) const {}
|
||||
|
||||
virtual void collect_statistics(::statistics & st) const {
|
||||
st.update("wmaxsat num blocks", m_stats.m_num_blocks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue