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::fp::TheoryFp::ppRewrite() at src/theory/fp/theory_fp.cpp:137 #744

Open
cvc5-bot opened this issue Jan 14, 2025 · 0 comments · May be fixed by cvc5/cvc5#11523

Comments

@cvc5-bot
Copy link

cvc5/cvc5@95b00b0
murxla/murxla@51c21ba

(set-option :safe-options true)
(assert (fp.geq (fp (_ bv0 1) (_ bv0 11) (_ bv0 52)) (fp (_ bv0 1) (_ bv0 11) (_ bv0 52))))
(check-sat)

error:

Fatal failure within virtual cvc5::internal::TrustNode cvc5::internal::theory::fp::TheoryFp::ppRewrite(cvc5::internal::TNode, std::vector<cvc5::internal::theory::SkolemLemma>&) at ../src/theory/fp/theory_fp.cpp:137
Check failure

 node.getKind() != Kind::FLOATINGPOINT_SUB && node.getKind() != Kind::FLOATINGPOINT_MIN && node.getKind() != Kind::FLOATINGPOINT_MAX && node.getKind() != Kind::FLOATINGPOINT_EQ && node.getKind() != Kind::FLOATINGPOINT_GEQ && node.getKind() != Kind::FLOATINGPOINT_GT && node.getKind() != Kind::FLOATINGPOINT_TO_UBV && node.getKind() != Kind::FLOATINGPOINT_TO_SBV && node.getKind() != Kind::FLOATINGPOINT_TO_REAL

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

Successfully merging a pull request may close this issue.

1 participant