summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/stoi-solve.smt2
blob: 4fbbdcfc10bc72544ce92cf511707d090db6d05b (plain)
1
2
3
4
5
6
(set-logic ALL)
(set-info :status sat)
(set-option :strings-exp true)
(declare-fun x () String)
(assert (= (str.to.int x) 12345)) 
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback