summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/ho-occ-synth-fun.sy
blob: 4bef02b69c47db397fa6e1cd54d2c69f551e25b4 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --sygus-out=status
; EXPECT: unsat
(set-logic HO_ALL)
(synth-fun f ((x Int)) Int)
(synth-fun g ((x Int)) Int)
(declare-var P (-> (-> Int Int) Bool))
(constraint (=> (P f) (P g)))
; a trivial class of solutions is where f = g.
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback