summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/strings-native-simple.cvc.smt2
blob: d40e9db7efb0d3db9eb8314f50c10ae50d52a060 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () String)
(declare-fun y () String)
(assert (= x (str.++ "abcd" y)))
(assert (>= (str.len x) 6))
(assert (< (str.len y) 5))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback