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

(declare-var x Int)
(constraint (= (f x) (* 2 x)))
(check-synth)

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