mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix regression for simplifying tails with quantifiers, add some more handling for quantified tails
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
692593baaa
commit
2d1a6bf270
10 changed files with 888 additions and 627 deletions
|
@ -463,7 +463,7 @@ namespace datalog {
|
|||
|
||||
if (r->has_quantifiers()) {
|
||||
res = r;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
start:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue