summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/c100.sy
blob: ef124c953ed2643123aa9071371b05c61b2cc765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; EXPECT: unsat
; COMMAND-LINE: --cegqi-si=all --sygus-out=status

(set-logic LIA)

(synth-fun constant ((x Int)) Int
    ((Start Int (0
                 2
                 3
                 5
                 (+ Start Start)
                 (- Start Start)
                 ))
          ))
(declare-var x Int)
(constraint (= (constant x) 100))
(check-synth)

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