summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/is-int.smt2
blob: 07e8dd2463c9b8c7e4d21d735d47e45dc428ef5b (plain)
1
2
3
4
(set-logic LIRA)
(set-info :status unsat)
(assert (forall ((X Real) (Y Real)) (or (not (is_int X)) (not (>= (+ X (* (- (/ 2 3)) Y)) (- (/ 1 6)))) (not (>= (+ (* (- 1) X) (* (- (/ 1 4)) Y)) (- (/ 61 8)))) (not (>= (+ (* (- 1) X) (* (/ 5 2) Y)) 13))) ))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback