8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi, For this case, z3 throws out a "failed to verify"
[653] % z3-4.8.7 small.smt2 sat sat [654] % z3-4.8.8 small.smt2 sat sat failed to verify: (= s!0 (and a c)) evaluated to (= s!0 (and a c)) (params keep_cardinality_constraints true pb.solver solver) d |-> 0 e |-> 1 g |-> 2 f |-> 4 a |-> 5 c |-> 6 b |-> 11 s!0 |-> 25 [655] % z3release small.smt2 sat sat failed to verify: (= s!0 (and a c)) evaluated to (= s!0 (and a c)) (params keep_cardinality_constraints true pb.solver solver) d |-> 0 e |-> 1 g |-> 2 f |-> 4 a |-> 5 c |-> 6 b |-> 11 s!0 |-> 25 [656] % [656] % cat small.smt2 (set-logic QF_BV) (set-option :rlimit 1000) (set-option :model_validate true) (declare-fun a () Bool) (declare-fun b () Bool) (declare-fun c () Bool) (declare-fun d () Bool) (declare-fun e () Bool) (declare-fun f () Bool) (declare-fun g () Bool) (assert (or (and (not (and (or (or (or (and g e)))))) (or (and (not (not (or (and a c) (and f)))) (and (and (or (or d g))))) (and (or (and (not (or b f))) (and (and (not d)) (or (not c) (not e)))) (or (not (not (or f))) (or (or (and e a)))))) (not (or (not (or d))))) (and (and (and (and (not a) (not (and f (or (or (or (or (and c) (not (not false))) e))))))))))) (push) (check-sat (and a c)) (check-sat) [657] %
OS: Ubuntu 18.04 Commit: d1d1411
The text was updated successfully, but these errors were encountered:
e52eed3
No branches or pull requests
Hi,
For this case, z3 throws out a "failed to verify"
OS: Ubuntu 18.04
Commit: d1d1411
The text was updated successfully, but these errors were encountered: