summaryrefslogtreecommitdiff
path: root/test/regress/regress1/decision/jh-test1.smt2
blob: 31b72e7870b3a0f03b35a432318225a3b43e7e40 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --decision=justification
; EXPECT: sat
(set-logic ALL)
(declare-const size4 String)
(declare-const p2_size Int)
(assert (= 1 (+ 1 (ite (= 1 p2_size) (str.to_code size4) 0))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback