From 4641e757ce83fa8931eaa0712b2cfde16a1415ea Mon Sep 17 00:00:00 2001 From: Tianyi Liang Date: Fri, 7 Mar 2014 14:32:18 -0600 Subject: [PATCH] remove unrolling depth --- src/theory/strings/options | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.30.2