summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/issue6475-rr-const.smt2
blob: 11cc5654763d2ddcf1c45104089ce9c88fc5d506 (plain)
1
2
3
4
5
6
7
8
(set-logic ALL)
(set-info :status sat)
(set-option :macros-quant true)
(declare-sort I_fb 0)
(declare-fun fb_arg_0_1 (I_fb) Int)
(declare-fun name!0 (I_fb) Int)
(assert (forall ((?j I_fb)) (! (= (name!0 ?j) (fb_arg_0_1 ?j)) :qid k!9)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback