Added option for developer use only
authorClark Barrett <barrett@cs.nyu.edu>
Thu, 2 Oct 2014 20:27:43 +0000 (13:27 -0700)
committerClark Barrett <barrett@cs.nyu.edu>
Thu, 2 Oct 2014 20:28:22 +0000 (13:28 -0700)
src/theory/arrays/options

index baf0962bfb9b4e02381ab5fb2695f427746b0c39..7d5e673507c6aebece96b992655d5f2724558299 100644 (file)
@@ -20,4 +20,7 @@ option arraysEagerIndexSplitting --arrays-eager-index bool :default true :read-w
 option arraysEagerLemmas --arrays-eager-lemmas bool :default false :read-write
  turn on eager lemma generation for arrays
 
+option arraysConfig --arrays-config int :default 0 :read-write
+ set different array option configurations - for developers only
+
 endmodule