summaryrefslogtreecommitdiff
path: root/test/regress/regress1/fmf/issue6690-re-enum.smt2
blob: 35c8eabc78f1f65dcd5a4286f8fc2a75692a2b22 (plain)
1
2
3
4
5
(set-logic ALL)
(set-info :status unsat)
(set-option :finite-model-find true)
(assert (forall ((a String)) (forall ((b String)) (str.in_re a (re.++ re.allchar (str.to_re b))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback