You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you are hitting functionality that nobody else exercised in 10 years. I don't have bandwidth to go through such functionality. The other use cases for the datalog engine have been to associate unique strings with identifiers. I have fixed #6446 but will punt on other reports.
Given that z3 is open source you and others are of course invited to fix such bugs.
Thanks for fixing #6446 and the clarification! We still stop testing Z3's Datalog functionality assuming that this functionality is not actively used, even though we believe to have found other likely unreported bugs. Let us know in case you want us to resume our testing efforts in the future.
Hi,
Consider the following program:
As there is only one fact in
szra
and not equals to97
, so the result should be empty.But I run the program and get the result:
If I remove the
72 != F
in the rule, it will becomefbnd(F) :- szra(F), 97 = F.
. The result will become:But both of these two results should be same and equal to empty.
The version of z3 is
cbc5b1f
.The text was updated successfully, but these errors were encountered: