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

NIA reasonning too weak #437

Open
iguerNL opened this issue Feb 6, 2021 · 0 comments
Open

NIA reasonning too weak #437

iguerNL opened this issue Feb 6, 2021 · 0 comments

Comments

@iguerNL
Copy link
Contributor

iguerNL commented Feb 6, 2021

The following formula is unsat:

(declare-fun s () Int)
(declare-fun y () Int)
(declare-fun th () Int)

(assert (> s 0))
(assert (>= s (+ (* y s) 1)))
(assert (>= (* y s) 10))

(check-sat)

But Alt-Ergo returns "unkown" on it. When asked to produce a model, it loops (in the case-split engine)

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

Successfully merging a pull request may close this issue.

1 participant