summaryrefslogtreecommitdiff
path: root/src/theory/strings/regexp_operation.h
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2013-11-21 12:36:44 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-12-03 13:54:24 -0600
commitdcd8e4f1ae0dbc30ce2dda9662f74a3c86a26471 (patch)
treef7a640352372dcafcd70d181958722e337ae7e02 /src/theory/strings/regexp_operation.h
parent0f3345061b504b86a00a6aa66fff239000ebcef3 (diff)
string fmf changes
Diffstat (limited to 'src/theory/strings/regexp_operation.h')
-rw-r--r--src/theory/strings/regexp_operation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/strings/regexp_operation.h b/src/theory/strings/regexp_operation.h
index 5f0eab2e0..702e5ba84 100644
--- a/src/theory/strings/regexp_operation.h
+++ b/src/theory/strings/regexp_operation.h
@@ -45,6 +45,8 @@ private:
//void simplifyRegExp( Node s, Node r, std::vector< Node > &ret, std::vector< Node > &nn );
//Node simplify( Node t, std::vector< Node > &new_nodes );
std::string niceChar( Node r );
+ int gcd ( int a, int b );
+
public:
RegExpOpr();
bool checkConstRegExp( Node r );
@@ -53,6 +55,7 @@ public:
Node complement( Node r );
int delta( Node r );
Node derivativeSingle( Node r, CVC4::String c );
+ bool guessLength( Node r, int &co );
void firstChar( Node r );
bool follow( Node r, CVC4::String c, std::vector< char > &vec_chars );
std::string mkString( Node r );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback