summaryrefslogtreecommitdiff
path: root/src/theory/strings
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2014-03-07 14:32:18 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2014-03-07 15:03:45 -0600
commit4641e757ce83fa8931eaa0712b2cfde16a1415ea (patch)
tree1347930f7498f1767c4de68b9c5e6a767207cf0e /src/theory/strings
parented61fb35596949aaa59ba5481c823f2ba99b6b5c (diff)
remove unrolling depth
Diffstat (limited to 'src/theory/strings')
-rw-r--r--src/theory/strings/options3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/strings/options b/src/theory/strings/options
index 9bc9e2582..fb28f7e32 100644
--- a/src/theory/strings/options
+++ b/src/theory/strings/options
@@ -17,7 +17,4 @@ option stringFMF strings-fmf --strings-fmf bool :default false :read-write
expert-option stringCharCardinality strings-alphabet-card --strings-alphabet-card=N int16_t :default 256 :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
the cardinality of the characters used by the theory of strings, default 256
-option stringRegExpUnrollDepth strings-regexp-depth --strings-regexp-depth=N int16_t :default 10 :read-write
- the depth of unrolloing regular expression used by the theory of strings, default 10 (deprecated)
-
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback