removes unsound cases, adds unrolling
authorTianyi Liang <tianyi-liang@uiowa.edu>
Fri, 27 Sep 2013 14:24:42 +0000 (09:24 -0500)
committerTianyi Liang <tianyi-liang@uiowa.edu>
Fri, 27 Sep 2013 14:24:42 +0000 (09:24 -0500)
commit58007016d91fe1954e4579b952006c54ece0f2f7
treee15a72f6f3e8bfd10ec81e80ce0b6fbf4cc5323f
parentde367df3e7aeac2d6c4f5d80bebef6cdc6e29021
removes unsound cases, adds unrolling
16 files changed:
src/parser/smt2/Smt2.g
src/smt/smt_engine.cpp
src/theory/strings/Makefile.am
src/theory/strings/options
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings.h
src/theory/strings/theory_strings_preprocess.cpp [new file with mode: 0644]
src/theory/strings/theory_strings_preprocess.h [new file with mode: 0644]
src/theory/strings/theory_strings_type_rules.h
test/regress/regress0/strings/Makefile.am
test/regress/regress0/strings/cardinality.smt2
test/regress/regress0/strings/loop002.smt2
test/regress/regress0/strings/loop003.smt2
test/regress/regress0/strings/loop004.smt2
test/regress/regress0/strings/loop006.smt2
test/regress/regress0/strings/loop007.smt2 [new file with mode: 0644]