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

MCSAT does not support abs for integer formula #334

Closed
rainoftime opened this issue Oct 28, 2020 · 0 comments
Closed

MCSAT does not support abs for integer formula #334

rainoftime opened this issue Oct 28, 2020 · 0 comments
Assignees

Comments

@rainoftime
Copy link

Hi, for the following formula

(set-logic QF_NIA)
(declare-fun i2 () Int)
(assert (= true true true true (distinct 0 (abs i2) 3337)))
(check-sat)

yices_smt2 --incremental yields

(error "mcsat: unsupported theory")

After replacing abs i2 with i2, yices can work well.
Is this because of a missing support of the abs function?

@dddejan dddejan self-assigned this Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants