mirror of
https://github.com/Z3Prover/z3
synced 2025-11-26 07:29:33 +00:00
updates to ac-plugin
fix incrementality bugs by allowing destructive updates during saturation at the cost of redoing saturation after a pop.
This commit is contained in:
parent
07613942da
commit
67695b4cd6
5 changed files with 263 additions and 195 deletions
|
|
@ -52,6 +52,8 @@ namespace euf {
|
|||
virtual void propagate() = 0;
|
||||
|
||||
virtual void undo() = 0;
|
||||
|
||||
virtual void push_scope_eh() {}
|
||||
|
||||
virtual std::ostream& display(std::ostream& out) const = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue