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

Invalid model for QF_ALIA instance #3608

Closed
5hadowblad3 opened this issue Mar 31, 2020 · 2 comments
Closed

Invalid model for QF_ALIA instance #3608

5hadowblad3 opened this issue Mar 31, 2020 · 2 comments

Comments

@5hadowblad3
Copy link

Hi, for the following instance

(set-logic QF_ALIA)
(set-option :model_validate true)
(set-option :combined_solver.ignore_solver1 true)
(set-option :smt.array.extensional false)
(declare-const arr--3045560570942142408_-1212997213155739362-0 (Array (Array Int Int) Bool))
(declare-const arr--3045560570942142408_-1212997213155739362-1 (Array (Array Int Int) Bool))
(assert (distinct arr--3045560570942142408_-1212997213155739362-1 arr--3045560570942142408_-1212997213155739362-0))
(check-sat)
(exit)

commit cf0952c

@rainoftime
Copy link
Contributor

According to #3556, smt.array.extensional should not be closed?

@NikolajBjorner
Copy link
Contributor

right, don't disable extensionality when you actually need it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants