3
0
Fork 0
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:
Nikolaj Bjorner 2012-11-30 15:58:06 -08:00
parent 692593baaa
commit 2d1a6bf270
10 changed files with 888 additions and 627 deletions

View file

@ -463,7 +463,7 @@ namespace datalog {
if (r->has_quantifiers()) {
res = r;
return false;
return true;
}
start: