Add support for str.code (#1821)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 7 May 2018 15:22:27 +0000 (10:22 -0500)
committerGitHub <noreply@github.com>
Mon, 7 May 2018 15:22:27 +0000 (10:22 -0500)
commitdb43ae511c2103f1e9718a8954e26cf7866d14a8
tree3d0654dd38d404bbe31c2bd543a003b351d37336
parent884ad1a946ad6a04664ef97121ce1cebb5513d40
Add support for str.code (#1821)
16 files changed:
src/parser/smt2/smt2.cpp
src/printer/smt2/smt2_printer.cpp
src/theory/strings/kinds
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings.h
src/theory/strings/theory_strings_rewriter.cpp
src/theory/strings/theory_strings_rewriter.h
src/theory/strings/theory_strings_type_rules.h
src/util/regexp.cpp
src/util/regexp.h
test/regress/Makefile.tests
test/regress/regress1/strings/code-sequence.smt2 [new file with mode: 0644]
test/regress/regress1/strings/str-code-sat.smt2 [new file with mode: 0644]
test/regress/regress1/strings/str-code-unsat-2.smt2 [new file with mode: 0644]
test/regress/regress1/strings/str-code-unsat-3.smt2 [new file with mode: 0644]
test/regress/regress1/strings/str-code-unsat.smt2 [new file with mode: 0644]