summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/nflat-fwd-3.sy
blob: f9b6708d5bf0360eee25760454789e24a56df037 (plain)
1
2
3
4
5
6
7
8
9
10
11
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status
(set-logic LIA)
(synth-fun f ((x Int)) Int
    ((Start Int) (Con Int))
    ((Start Int ((+ (+ Con Con) Con) x))
     (Con Int (0 1))))

(declare-var x Int)
(constraint (= (f x) 2))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback