summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/General_plus10.sy
blob: ee26fac79bc4e3049dc9143fa1dcd60ddebef33d (plain)
1
2
3
4
5
6
7
8
9
10
11
; EXPECT: unsat
; COMMAND-LINE: --cegqi-si=all --no-dump-synth
(set-logic LIA)

(synth-fun fb () Int ((Start Int ((Constant Int)))))
(synth-fun fc () Int ((Start Int ((Constant Int)))))

(constraint (= fc (+ fb 10))) 

(check-synth)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback