summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.02.cvc.smt2
blob: 5c44e1bece24e559eb4d86bc4ff157e7f6aa7460 (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () Real)
(declare-fun y () Real)
(declare-fun z () Real)
(check-sat-assuming ( (not (= (* x (* y z)) (* (* x y) z))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback