Skip to content

Debug branch, emonics: segfault LRA #3186

@wintered

Description

@wintered

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

Metadata

Metadata

Assignees

Labels

DebugDebug branch issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions