mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
fixes to mostly solver arith/euf and backtracking scopes
This commit is contained in:
parent
1ee2ba2a9b
commit
8d76470a8a
25 changed files with 189 additions and 93 deletions
|
@ -261,8 +261,8 @@ namespace euf {
|
|||
sat::check_result check() override;
|
||||
void push() override;
|
||||
void pop(unsigned n) override;
|
||||
void user_push();
|
||||
void user_pop(unsigned n);
|
||||
void user_push() override;
|
||||
void user_pop(unsigned n) override;
|
||||
void pre_simplify() override;
|
||||
void simplify() override;
|
||||
// have a way to replace l by r in all constraints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue