summaryrefslogtreecommitdiff
path: root/src/theory/arrays/options
diff options
context:
space:
mode:
authorDejan Jovanović <dejan@cs.nyu.edu>2013-03-29 10:57:50 -0400
committerDejan Jovanović <dejan@cs.nyu.edu>2013-03-29 10:57:50 -0400
commitb58cff5e8757712e2b42e7ab61a7c70dab030e30 (patch)
treec830e8c34209631943229befae60e5cb326d57ee /src/theory/arrays/options
parenta36ff27dc3196f6d337699d9bb8ee9418b4270d5 (diff)
parent602265cbcddc50e84c57cd5e8836c88503cf29e0 (diff)
Merge branch 'master' of github.com:CVC4/CVC4
Diffstat (limited to 'src/theory/arrays/options')
-rw-r--r--src/theory/arrays/options6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/arrays/options b/src/theory/arrays/options
index 755cf239c..8a971cfe8 100644
--- a/src/theory/arrays/options
+++ b/src/theory/arrays/options
@@ -11,4 +11,10 @@ option arraysOptimizeLinear --arrays-optimize-linear bool :default true :read-wr
option arraysLazyRIntro1 --arrays-lazy-rintro1 bool :default true :read-write
turn on optimization to only perform RIntro1 rule lazily (see Jovanovic/Barrett 2012: Being Careful with Theory Combination)
+option arraysModelBased --arrays-model-based bool :default false :read-write
+ turn on model-based arrray solver
+
+option arraysEagerIndexSplitting --arrays-eager-index bool :default true :read-write
+ turn on eager index splitting for generated array lemmas
+
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback