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:
parent
bef64961ae
commit
5cfe5e15ac
5 changed files with 68 additions and 65 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue