summaryrefslogtreecommitdiff
path: root/src/theory/strings/options
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2013-12-03 22:53:02 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-12-03 22:53:48 -0600
commitd8fd36d709c753671762e91720d8b2415b22bf08 (patch)
tree06d754b882d784f9feac599a2658bd656e3ab358 /src/theory/strings/options
parentce3b3b2c4aebff1cde3e7979c1a0eabb1c8dd695 (diff)
adds LB strategy
Diffstat (limited to 'src/theory/strings/options')
-rw-r--r--src/theory/strings/options9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/theory/strings/options b/src/theory/strings/options
index 68d1f7bde..8bede6cae 100644
--- a/src/theory/strings/options
+++ b/src/theory/strings/options
@@ -5,13 +5,16 @@
module STRINGS "theory/strings/options.h" Strings theory
-option stringCharCardinality str-alphabet-card --str-alphabet-card=N int16_t :default 256 :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
+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 str-regexp-depth --str-regexp-depth=N int16_t :default 10 :read-write
+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
-option stringFMF fmf-strings --fmf-strings bool :default false :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
+option stringFMF strings-fmf --strings-fmf bool :default false :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
the finite model finding used by the theory of strings
+option stringLB strings-lb --strings-lb=N unsigned :default 0 :predicate less_equal(2) :predicate-include "smt/smt_engine.h"
+ the strategy of LB rule application: 0-lazy, 1-eager, 2-no
+
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback