summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sym/qf-function.smt2
blob: d2933d26fb8ffe06aec8ddf7997e1a2ccdc0d617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(set-logic QF_UFLIA)
(set-info :status sat)
(declare-fun f (Int) Int)
(declare-fun g (Int) Int)
(declare-fun a () Int)
(declare-fun b () Int)
(declare-fun P (Int) Int)
(declare-fun Q (Int) Int)

(assert (or (= (f a) 0) (= (g a) 0)))

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