From 91cd90ae485a159799d82f7341438a4e9a12a72d Mon Sep 17 00:00:00 2001 From: Clark Barrett Date: Mon, 27 Apr 2015 17:43:10 -0700 Subject: Disambiguate namespaces in options, fix permissions --- src/theory/strings/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/strings') diff --git a/src/theory/strings/options b/src/theory/strings/options index a5b977121..596d46c54 100644 --- a/src/theory/strings/options +++ b/src/theory/strings/options @@ -11,7 +11,7 @@ option stringExp strings-exp --strings-exp bool :default false :read-write option stringLB strings-lb --strings-lb=N unsigned :default 0 :predicate options::less_equal(2) :predicate-include "smt/smt_engine.h" the strategy of LB rule application: 0-lazy, 1-eager, 2-no -option stdASCII strings-std-ascii --strings-std-ascii bool :default true :predicate less_equal(2) :predicate-include "smt/smt_engine.h" +option stdASCII strings-std-ascii --strings-std-ascii bool :default true :predicate options::less_equal(2) :predicate-include "smt/smt_engine.h" the alphabet contains only characters from the standard ASCII or the extended one option stringFMF strings-fmf --strings-fmf bool :default false :read-write -- cgit v1.2.3