summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/mix-coeff.smt2
blob: a20867b1c298ad9e2887650fa27c3e391e15e01b (plain)
1
2
3
4
(set-logic ALL_SUPPORTED)
(set-info :status unsat)
(assert (forall ((x Int) (y Int) (a Real) (z Int)) (or (> x (+ a (* (/ 2 3) y) (* (/ 4 5) z))) (< x (+ 10 (* 3 a) (* (/ 2 5) y) (* (/ 4 7) z))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback