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 arithmetic_canonizer.hpp:270 #4

Open
rainoftime opened this issue Apr 30, 2020 · 0 comments
Open

Assertion violation at arithmetic_canonizer.hpp:270 #4

rainoftime opened this issue Apr 30, 2020 · 0 comments

Comments

@rainoftime
Copy link

Hi, for the following formula

(set-logic QF_LIA)
(declare-fun _substvar_436_ () Int)
(declare-fun _substvar_445_ () Int)
(assert (xor true true true true true (= 0 (* _substvar_436_ _substvar_445_ 0)) true true true true true))
(check-sat)

argosmt (commit 26cf805) throws an assertion violation

argosmt: arithmetic_canonizer.hpp:270: expression arithmetic_canonizer<C>::canonize_times(const expression&) [with C = __gmp_expr<__mpq_struct [1], __mpq_struct [1]>; expression = std::shared_ptr<expression_node>]: Assertion `is_coefficient(ops[1])' failed.
Aborted (core dumped)
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