mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 15:00:08 +00:00
change gc strategy for user-push/pop
This commit is contained in:
parent
b87405cc92
commit
990aecceb7
7 changed files with 9 additions and 34 deletions
|
@ -335,7 +335,6 @@ namespace bv {
|
|||
bool is_blocked(literal l, sat::ext_constraint_idx) override;
|
||||
bool check_model(sat::model const& m) const override;
|
||||
void finalize_model(model& mdl) override;
|
||||
unsigned max_var(unsigned w) const override;
|
||||
|
||||
void new_eq_eh(euf::th_eq const& eq) override;
|
||||
void new_diseq_eh(euf::th_eq const& ne) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue