summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/issue3839-cond-rewrite.smt2
blob: cbe8f089dcda6ff21f97e02b50ad6fe025ae1f19 (plain)
1
2
3
4
5
6
7
8
9
10
; EXPECT: sat
; COMMAND-LINE: --sygus-inference
(set-logic ALL)
(declare-fun a () Int)
(declare-fun b () Int)
(assert (xor (> a 0) (not (and (ite (= a b) (> (* 4 a b) 1) true) (> (* a a) 0)))))
(assert (= a b))
(assert (> (* a b) 0))
(check-sat)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback