Navigation Menu

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

CVC4 sygus-inference gives wrong result on LIA formula without free variables #3514

Closed
muchang opened this issue Dec 1, 2019 · 0 comments · Fixed by #3516
Closed

CVC4 sygus-inference gives wrong result on LIA formula without free variables #3514

muchang opened this issue Dec 1, 2019 · 0 comments · Fixed by #3516
Assignees
Labels
minor Priority

Comments

@muchang
Copy link

muchang commented Dec 1, 2019

Hi,
For this formula:

(assert
 (forall ((a Real))
  (exists ((b Real))
   (exists ((c Real))
    (and
     (< (+ a c) 0.0)
     (or (distinct a 0.0) (= b 5.0))
     (distinct (+ b c) 1.0)
     (< c 1))))))
(check-sat)

CVC4 sygus-inference incorrectly reports unsat while this formula should be sat

OS: Ubuntu 18.04
Revision: 9bf87b8

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

Successfully merging a pull request may close this issue.

2 participants