summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/qe.smt2
blob: 673ece05b073ab5f9566bd7045000973eb213135 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE:
; EXPECT: (not (>= (+ a (* (- 1) b)) 1))
(set-logic LIA)
(set-info :status unsat)
(declare-fun a () Int)
(declare-fun b () Int)
(get-qe (exists ((x Int)) (and (<= a x) (<= x b))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback