summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/issue3480.smt2
blob: ef4ad7179d2fef6f7806546766aac3336938ebf5 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --theoryof-mode=type --quiet --nl-ext-tplanes
(set-logic QF_NIA)
(declare-fun a () Int)
(declare-fun b () Int)
(declare-fun c () Int)
(assert (and (= a (- 7 (* a a))) (>= (* 9 b) 7) (>= (* a b) 45)))
(assert (= b (* (div 7 c) (- 96 (div 45 b)))))
(set-info :status unsat)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback