summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/bool-pred-nested.smt2
blob: 66275423e06c3e4b4574d01e85ea158a0215fcbc (plain)
1
2
3
4
5
6
7
(set-logic QF_UF)
(set-info :status sat)
(declare-fun P (Bool Bool) Bool)

(assert (P (P true (P false false)) (P false true)))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback