summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/nterm-re-inter-sigma.smt2
blob: 63d6a1391e9269ff7143ce2dffe4e130099b40a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
(set-info :smt-lib-version 2.6)
(set-logic ALL)
(set-info :status sat)
(set-option :strings-exp true)
(declare-fun x () String)

(assert
(not (= (str.in_re x (re.++ (re.++ re.allchar  re.allchar ) (re.* re.allchar ))) (not (str.in_re x (re.* (str.to_re "A")))))
))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback