summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/nl_uf_lalt.smt2
blob: f1040214725ffdd60cbb54794341859a82a9cedf (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --decision=justification
(set-logic QF_UFNIA)
(set-info :status unsat)
(declare-fun c (Int) Int)
(declare-fun a (Int) Int)
(declare-fun b (Int) Int)
(assert (> (a 0) 0))
(assert (= (c 0) (* (a 0) (b 0))))
(assert (not (= (b 0) (div (c 0) (a 0)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback