Skip to content
New issue

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

Issues on bool-ranged array #536

Open
r0ayane opened this issue Oct 30, 2024 · 0 comments
Open

Issues on bool-ranged array #536

r0ayane opened this issue Oct 30, 2024 · 0 comments
Labels
Milestone

Comments

@r0ayane
Copy link

r0ayane commented Oct 30, 2024

Hi! For the following instances related to bool-ranged array, the latest yices-smt2 reports unsat while both z3 and cvc5 report sat.

(set-logic QF_ANIA)
(declare-fun v () Bool)
(declare-fun v1 () Bool)
(declare-fun a () (Array Bool Bool))
(assert (select a false))
(assert (or v (select (store a true false) v1)))
(check-sat)
(set-logic QF_ANIA)
(declare-fun v () Bool)
(declare-fun v1 () Bool)
(declare-fun a () (Array Bool Bool))
(assert (select (store (store a false v1) v false) false))
(check-sat)
(set-logic QF_ANIA)
(declare-fun v () Bool)
(declare-fun a () (Array Bool Bool))
(assert (select a true))
(assert (or v (select (store a false false) v)))
(check-sat)

Version:

Yices 2.6.5
Copyright SRI International.
Linked with GMP 6.2.1
Copyright Free Software Foundation, Inc.
Build date: 2024-07-31
Platform: x86_64-pc-linux-gnu (release/static)
Revision: 8e6297e233299631147f98659224c3118fc6a215
@ahmed-irfan ahmed-irfan added this to the Yices 2.7 milestone Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants