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

UNSAT but should be SAT #12

Closed
soonhokong opened this issue Jan 30, 2015 · 1 comment
Closed

UNSAT but should be SAT #12

soonhokong opened this issue Jan 30, 2015 · 1 comment
Assignees
Labels

Comments

@soonhokong
Copy link
Member

(set-logic QF_NRA)
(declare-fun omega0 () Real)
(assert (>= omega0 0.3999996185302735))
(assert (<= omega0 0.39999985694885254))
(assert (not (> (+ (* (- 1 0) omega0) 0) 0.4)))
(check-sat)
(exit)
(set-logic QF_NRA)
(declare-fun omega0 () Real)
(assert (>= omega0 0.3999996185302735))
(assert (<= omega0 0.39999985694885254))
(assert (> (+ (* (- 1 0) omega0) 0) 0.4))
(check-sat)
(exit)
@soonhokong soonhokong added the bug label Jan 30, 2015
@soonhokong soonhokong self-assigned this Jan 30, 2015
@soonhokong
Copy link
Member Author

@zenna reported this.

@soonhokong soonhokong mentioned this issue Jan 30, 2015
soonhokong added a commit to soonhokong/dreal3 that referenced this issue Feb 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant