mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +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
|
@ -304,7 +304,6 @@ namespace euf {
|
|||
void init_use_list(sat::ext_use_list& ul) override;
|
||||
bool is_blocked(literal l, ext_constraint_idx) override;
|
||||
bool check_model(sat::model const& m) const override;
|
||||
unsigned max_var(unsigned w) const override;
|
||||
|
||||
// proof
|
||||
bool use_drat() { return s().get_config().m_drat && (init_drat(), true); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue