summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/ARI176e1.smt2
blob: 36dccc21f8fc3f383e9d189065a91eb7de52cb47 (plain)
1
2
3
4
(set-logic LIA)
(set-info :status unsat)
(assert (forall ((U Int) (V Int)) (not (= (* 3 U) (+ 22 (* (- 5) V)))) ) )
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback