-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
DebugDebug branch issuesDebug branch issues
Description
Hi,
on the following formula Z3 throws a segfault
(declare-fun a () Real)
(assert
(forall ((b Real) (c Real))
(or
(and (>= (+ (/ 2 c) b (* 3 a)) (- 50))
(not (= (+ (* (- 100) c) (/ 5 a)) 0))
(not (= (- (- b) (* 100 a)) 5)))
(and (<= (+ (- (* (- 100) c) (* 50 b)) (* (- 100) a)) 8)
(= (+ (* (- 20 c) (* 10 b)) (/ 80 a)) 4)
(not (= (+ (- b) (/ 3 a)) 0))))))
(check-sat)
OS: Ubuntu 18.04
Commit: e0411c1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DebugDebug branch issuesDebug branch issues