3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 22:41:15 +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

@ -117,7 +117,6 @@ namespace sat {
virtual void init_use_list(ext_use_list& ul) {}
virtual bool is_blocked(literal l, ext_constraint_idx) { return false; }
virtual bool check_model(model const& m) const { return true; }
virtual unsigned max_var(unsigned w) const { return w; }
virtual bool extract_pb(std::function<void(unsigned sz, literal const* c, unsigned k)>& card,
std::function<void(unsigned sz, literal const* c, unsigned const* coeffs, unsigned k)>& pb) {