Added C++/Java api examples;
authorTianyi Liang <tianyi-liang@uiowa.edu>
Sat, 6 Dec 2014 19:24:01 +0000 (13:24 -0600)
committerTianyi Liang <tianyi-liang@uiowa.edu>
Sat, 6 Dec 2014 19:26:24 +0000 (13:26 -0600)
commitc4410c3123f7dc73bb0296ebe01c172e96b210cc
treee585487fee95d2098c9229b84db236b008fcba4c
parent5e2eef449c11b0be6b25942bccf7b0712ebe2d20
Added C++/Java api examples;
Converted cset to be vector of char, instead of vector of int, since we only accept ascii in input.
examples/api/Makefile.am
examples/api/java/Makefile.am
examples/api/java/Strings.java [new file with mode: 0644]
examples/api/strings.cpp [new file with mode: 0644]
src/printer/smt2/smt2_printer.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/util/regexp.cpp
src/util/regexp.h