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/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/strings/options b/src/theory/strings/options
index fb28f7e32..f6d765fc4 100644
--- a/src/theory/strings/options
+++ b/src/theory/strings/options
@@ -14,6 +14,9 @@ option stringLB strings-lb --strings-lb=N unsigned :default 0 :predicate less_eq
option stringFMF strings-fmf --strings-fmf bool :default false :read-write
the finite model finding used by the theory of strings
+option stringEIT strings-eit --strings-eit bool :default false
+ the eager intersection used by the theory of strings
+
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback