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

Fatal failure in cvc5::internal::TheoryEngine::checkTheoryAssertionsWithModel() at src/theory/theory_engine.cpp:2109 #721

Open
cvc5-bot opened this issue May 15, 2024 · 1 comment
Assignees
Labels

Comments

@cvc5-bot
Copy link

cvc5/cvc5@d0a004f
murxla/murxla@51f5b5c

(set-option :sets-ext true)
(set-option :debug-check-models true)
(assert (< (seq.len (seq.unit set.empty)) (set.card (as set.universe (Set (Set Bool))))))
(assert (not (set.member set.empty (as set.universe (Set (Set Bool))))))
(check-sat)

error:

Fatal failure within void cvc5::internal::TheoryEngine::checkTheoryAssertionsWithModel(bool) at ../src/theory/theory_engine.cpp:2109
Internal error detected getValue((set.member (as set.empty (Set Bool)) (as set.universe (Set (Set Bool))))): true

@ajreynol ajreynol self-assigned this Jul 3, 2024
@ajreynol
Copy link
Member

Involves cardinality with finite sorts, and a set of sets.

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