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

Assertion violation at smtrat-modules/BVModule/BVModule.cpp:156 #53

Closed
rainoftime opened this issue May 1, 2020 · 0 comments
Closed

Comments

@rainoftime
Copy link

Hi, for the following formula,

(set-logic QF_NIA)
(declare-fun v2 () Bool)
(declare-fun i0 () Int)
(assert (or v2 (< (* i0 i0) i0)))
(check-sat)

smtrat (commit 3f50332) throws an assertion violation

smtrat-static: /home/peisen/test/tofuzz/smtrat/src/smtrat-modules/BVModule/BVModule.cpp:156: void smtrat::BVModule<Settings>::transferBackendModel() const [with Settings = smtrat::BVSettings1]: Assertion `iter != bModel.end()' failed.
@smtrat smtrat closed this as completed in 4b1c1b3 Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant