summaryrefslogtreecommitdiff
path: root/src/theory/strings/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/options')
-rw-r--r--src/theory/strings/options8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/theory/strings/options b/src/theory/strings/options
index 9226f9999..2832c7833 100644
--- a/src/theory/strings/options
+++ b/src/theory/strings/options
@@ -6,6 +6,12 @@
module STRINGS "theory/strings/options.h" Strings theory
option stringCharCardinality str-alphabet-card --str-alphabet-card=N int16_t :default 256 :read-write
- the cardinality of the characters used by the theory of string, default 256
+ the cardinality of the characters used by the theory of strings, default 256
+
+option stringRegExpUnrollDepth str-regexp-depth --str-regexp-depth=N int16_t :default 10 :read-write
+ the depth of unrolloing regular expression used by the theory of strings, default 10
+
+option stringFMF fmf-strings --fmf-strings bool :default false
+ the finite model finding used by the theory of strings
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback