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