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:2131 #741

Open
cvc5-bot opened this issue Sep 13, 2024 · 0 comments
Labels

Comments

@cvc5-bot
Copy link

cvc5/cvc5@22f661b
murxla/murxla@2e8f936

(set-option :debug-check-models true)
(declare-const _x2 (Array RoundingMode Real))
(declare-const _x5 RoundingMode)
(declare-const x RoundingMode)
(assert (= 1.0 (select _x2 _x5)))
(assert (= 0.0 (select _x2 x)))
(check-sat)

error:

Fatal failure within void cvc5::internal::TheoryEngine::checkTheoryAssertionsWithModel(bool) at ../src/theory/theory_engine.cpp:2131
Internal error detected getValue((select _x2 _x5)): 0.0

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

1 participant