summaryrefslogtreecommitdiff
path: root/test/regress/regress0/precedence/bool-cmp.cvc.smt2
blob: 43ba051f8f66bec7c1a05bfd31eb91d2062677b6 (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () Int)
(declare-fun y () Int)
(declare-fun z () Int)
(check-sat-assuming ( (not (let ((_let_1 (or (and (> x y) (= y z)) (< x z)))) (= _let_1 _let_1))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback