We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, For this instance
(set-logic HORN) (declare-fun P ( ) Bool) (assert (forall ((A Int) (B Int) (C Int) (D Int) (E Int) (F Int) (G Int) (H Int) (I (Array Int Int)) (J (Array Int Int)) (K (Array Int Int))) (let ((a!1 (and (= (select J H) (select J G)) (= (+ A) (select J A)) (= G A) (not (<= G (+ H))) (or (<= (select J H) H))))) (=> a!1 P)))) (assert (=> P false)) (check-sat) (get-model) (exit)
z3 returns
sat ( (define-fun P () Bool true) )
This interpretation is incorrect for the last clause.
The text was updated successfully, but these errors were encountered:
refining model update rules for del_rule #5865 #5866
7f149a3
No branches or pull requests
Hello,
For this instance
z3 returns
This interpretation is incorrect for the last clause.
The text was updated successfully, but these errors were encountered: