remove unrolling depth
authorTianyi Liang <tianyi-liang@uiowa.edu>
Fri, 7 Mar 2014 20:32:18 +0000 (14:32 -0600)
committerTianyi Liang <tianyi-liang@uiowa.edu>
Fri, 7 Mar 2014 20:32:18 +0000 (14:32 -0600)
src/theory/strings/options

index 9bc9e2582b70f70c49e99d17a221cb6bac5c787b..fb28f7e32fa761a116bdfef39cfe7c1efaf5cec6 100644 (file)
@@ -17,7 +17,4 @@ option stringFMF strings-fmf --strings-fmf bool :default false :read-write
 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
 
-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 (deprecated)
-
 endmodule