mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +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
|
@ -69,6 +69,10 @@ public:
|
|||
|
||||
void update_model(model_ref& mdl);
|
||||
|
||||
void user_push();
|
||||
|
||||
void user_pop(unsigned n);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue