From: Tianyi Liang Date: Fri, 7 Mar 2014 20:32:18 +0000 (-0600) Subject: remove unrolling depth X-Git-Tag: cvc5-1.0.0~7039^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4eef562d59928809a81831fb00f1b3ef6789d28c;p=cvc5.git remove unrolling depth --- diff --git a/src/theory/strings/options b/src/theory/strings/options index 9bc9e2582..fb28f7e32 100644 --- a/src/theory/strings/options +++ b/src/theory/strings/options @@ -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