mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
validate unsat cores in recfun
This commit is contained in:
parent
f7e5977b9e
commit
cfcff78754
3 changed files with 14 additions and 2 deletions
|
@ -136,6 +136,7 @@ namespace smt {
|
|||
void restart_eh() override;
|
||||
bool can_propagate() override;
|
||||
void propagate() override;
|
||||
lbool validate_unsat_core(expr_ref_vector &) override;
|
||||
|
||||
void new_eq_eh(theory_var v1, theory_var v2) override {}
|
||||
void new_diseq_eh(theory_var v1, theory_var v2) override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue