summaryrefslogtreecommitdiff
path: root/src/theory/strings
diff options
context:
space:
mode:
authorClark Barrett <clarkbarrett@google.com>2015-04-27 17:43:10 -0700
committerClark Barrett <clarkbarrett@google.com>2015-04-27 17:43:10 -0700
commit91cd90ae485a159799d82f7341438a4e9a12a72d (patch)
treea97acb5c1a0bfbd2e3fee0a99a81d90c65740949 /src/theory/strings
parente8a1bd1b7b7e86a7d1ac1acf61c1e09843d7972e (diff)
Disambiguate namespaces in options, fix permissions
Diffstat (limited to 'src/theory/strings')
-rw-r--r--src/theory/strings/options2
1 files changed, 1 insertions, 1 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback