summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/General_plus10.sy
blob: 1792749e275e781cfa2a855efa0e745bde80b61b (plain)
1
2
3
4
5
6
7
8
9
10
11
; EXPECT: unsat
; COMMAND-LINE: --cegqi-si=all --sygus-out=status
(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