summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/constfunc.cvc.smt2
blob: bd4e2eb9670ecc0c8991fb5e40ee1edfbf9bf351 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(set-option :fmf-fun true)
(define-fun-rec f ((x Int)) Int 1)
(declare-fun x () Int)
(assert (not (= (f 7) x)))
(assert (= (f 8) x))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback