3
0
Fork 0
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:
Simon Cruanes 2017-12-25 23:35:54 +01:00
parent f7e5977b9e
commit cfcff78754
3 changed files with 14 additions and 2 deletions

View file

@ -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 {}