Skip to content

z3 hangs on Real formula #2557

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

Closed
muchang opened this issue Sep 14, 2019 · 0 comments
Closed

z3 hangs on Real formula #2557

muchang opened this issue Sep 14, 2019 · 0 comments

Comments

@muchang
Copy link

muchang commented Sep 14, 2019

Hi,
For this formula:

(set-logic NRA)
(assert
 (exists ((a Real))
  (forall ((b Real))
   (exists ((c Real))
    (and
     (< (+ a (* 2 c)) 0)
     (or (not (= a 0)) (< b 0))
     (not (= (+ b c) 0))
     (> c 0)
     )
    )
   )
  )
 )
(check-sat)   

Z3 latest version will hang on it:

$ timeout -s 9 120 z3 test.smt2
Killed

OS: Ubuntu 18.04
Revision: 0c972b8

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