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/options11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/theory/strings/options b/src/theory/strings/options
new file mode 100644
index 000000000..c90d654b1
--- /dev/null
+++ b/src/theory/strings/options
@@ -0,0 +1,11 @@
+#
+# Option specification file for CVC4
+# See src/options/base_options for a description of this file format
+#
+
+module STRINGS "theory/strings/options.h" Strings theory
+
+option stringCharCardinality str-cardinality --str-cardinality=N int16_t :default 256 :read-write
+ the cardinality of the characters used by the theory of string, default 256
+
+endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback