summaryrefslogtreecommitdiff
path: root/src/theory/strings/options
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2013-12-05 20:22:13 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-12-05 20:22:13 -0600
commitd78c39e768c2e6dd36f1738d343182a114a3c3db (patch)
treeeccd74c9efac89919646b449b79f36f31c701df8 /src/theory/strings/options
parentce6d10c6cefffa8d3acfd82170b668477c63d32a (diff)
disable substring in default 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 8bede6cae..6f4355fb6 100644
--- a/src/theory/strings/options
+++ b/src/theory/strings/options
@@ -17,4 +17,7 @@ option stringFMF strings-fmf --strings-fmf bool :default false :predicate CVC4::
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
+option stringExp strings-exp --strings-exp bool :default false :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
+ experimental features in the theory of strings
+
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback