Fix char overflow issues in regular expression solver (#2275)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 9 Aug 2018 20:11:27 +0000 (15:11 -0500)
committerAina Niemetz <aina.niemetz@gmail.com>
Thu, 9 Aug 2018 20:11:27 +0000 (13:11 -0700)
commit0a02fd2b69c0c0f454fc33d8028b24f4fcf431de
treec1ac5ce905728635b4e872810d68dd3f51ba01d8
parent5052848f548aefd50cca9550b750eb537eee258c
 Fix char overflow issues in regular expression solver (#2275)
12 files changed:
src/api/cvc4cpp.cpp
src/theory/strings/regexp_operation.cpp
src/theory/strings/regexp_operation.h
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings_rewriter.cpp
src/theory/strings/theory_strings_rewriter.h
src/theory/strings/theory_strings_type_rules.h
src/theory/strings/type_enumerator.h
src/util/regexp.cpp
src/util/regexp.h
test/regress/Makefile.tests
test/regress/regress1/strings/nterm-re-inter-sigma.smt2 [new file with mode: 0644]