3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

change gc strategy for user-push/pop

This commit is contained in:
Nikolaj Bjorner 2021-01-18 16:55:29 -08:00
parent b87405cc92
commit 990aecceb7
7 changed files with 9 additions and 34 deletions

View file

@ -710,7 +710,6 @@ namespace bv {
bool solver::is_blocked(literal l, sat::ext_constraint_idx) { return false; }
bool solver::check_model(sat::model const& m) const { return true; }
void solver::finalize_model(model& mdl) {}
unsigned solver::max_var(unsigned w) const { return w; }
void solver::add_value(euf::enode* n, model& mdl, expr_ref_vector& values) {
SASSERT(bv.is_bv(n->get_expr()));