3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 21:50:52 +00:00

unsat core validation for smt theories

This commit is contained in:
Murphy Berzish 2017-04-21 17:51:14 -04:00
parent bef64961ae
commit 5cfe5e15ac
5 changed files with 68 additions and 65 deletions

View file

@ -629,6 +629,7 @@ namespace smt {
virtual theory* mk_fresh(context*) { return alloc(theory_str, get_manager(), m_params); }
virtual void init_search_eh();
virtual void add_theory_assumptions(expr_ref_vector & assumptions);
virtual lbool validate_unsat_core(expr_ref_vector & unsat_core);
virtual void relevant_eh(app * n);
virtual void assign_eh(bool_var v, bool is_true);
virtual void push_scope_eh();