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::theory::TheoryEngineModelBuilder::buildModel() at src/theory/theory_model_builder.cpp:1089 #702

Open
cvc5-bot opened this issue Apr 12, 2024 · 1 comment
Assignees
Labels

Comments

@cvc5-bot
Copy link

cvc5/cvc5@e563900
murxla/murxla@b301fd4

(declare-const x (Set Int))
(assert (= (set.choose x) (int.pow2 (div (set.choose x) (set.choose x)))))
(assert (set.member (set.card x) x))
(check-sat)

error:

Fatal failure within bool cvc5::internal::theory::TheoryEngineModelBuilder::buildModel(cvc5::internal::theory::TheoryModel*) at ../src/theory/theory_model_builder.cpp:1089
Check failure

 false

@ajreynol ajreynol self-assigned this Apr 16, 2024
@ajreynol
Copy link
Member

ajreynol commented Apr 16, 2024

Seems to be caused by a cyclic dependency involving x during model construction.

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