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::smt::CheckModels::checkModel() at src/smt/check_models.cpp:146 #707

Open
cvc5-bot opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels

Comments

@cvc5-bot
Copy link

cvc5/cvc5@304125b
murxla/murxla@51f5b5c

(set-option :check-models true)
(declare-datatypes ((_d 0)) (((_c (s RoundingMode)))))
(declare-datatypes ((d 0)) (((c) (o (s RoundingMode)))))
(declare-const x (Array RoundingMode Bool))
(declare-const x9 _d)
(check-sat-assuming ((select x (s c)) (not (select x (s x9)))))

error:

Fatal failure within void cvc5::internal::smt::CheckModels::checkModel(cvc5::internal::theory::TheoryModel*, const cvc5::context::CDList<cvc5::internal::NodeTemplate<true> >&, bool) at ../src/smt/check_models.cpp:146
Internal error detected SolverEngine::checkModel(): ERRORS SATISFYING ASSERTIONS WITH MODEL:

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