summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/qe-partial.smt2
blob: 0138a3288b1e2676a97602efec04458da79965c2 (plain)
1
2
3
4
5
6
7
8
; SCRUBBER: sed -e 's/(not (>= (+ .* (\* (- 1) .*)) 1))$/(not (>= (+ TERMA (\* (- 1) TERMB)) 1))/'
; EXPECT: (not (>= (+ TERMA (* (- 1) TERMB)) 1))
(set-logic LIA)
(set-info :status unsat)
(declare-fun a () Int)
(declare-fun b () Int)
(declare-fun c () Int)
(get-qe-disjunct (exists ((x Int)) (and (<= a x) (or (<= x b) (<= x c)))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback