summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/regexp-strat-fix.smt2
blob: 34977466321b85fd7b535024b4befebb2876cb9c (plain)
1
2
3
4
5
6
7
8
(set-info :smt-lib-version 2.6)
(set-logic QF_S)
(set-info :status unsat)
(set-option :strings-exp true)
(declare-fun var0 () String)
(assert (str.in_re var0 (re.* (re.* (str.to_re "0")))))
(assert (not (str.in_re var0 (re.union (re.+ (str.to_re "0")) (re.* (str.to_re "1"))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback