summaryrefslogtreecommitdiff
path: root/src/options/strings_options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/strings_options')
-rw-r--r--src/options/strings_options4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/strings_options b/src/options/strings_options
index 6247ad3a1..65c293dbc 100644
--- a/src/options/strings_options
+++ b/src/options/strings_options
@@ -9,11 +9,11 @@ option stringExp strings-exp --strings-exp bool :default false :read-write
experimental features in the theory of strings
# :predicate-include "smt/smt_engine.h"
-option stringLB strings-lb --strings-lb=N unsigned :default 0 :predicate options::less_equal(2) :predicate-include "options/base_handlers.h"
+option stringLB strings-lb --strings-lb=N unsigned :default 0 :predicate unsignedLessEqual2
the strategy of LB rule application: 0-lazy, 1-eager, 2-no
# :predicate-include "smt/smt_engine.h"
-option stdASCII strings-std-ascii --strings-std-ascii bool :default true :predicate options::less_equal(2) :predicate-include "options/base_handlers.h"
+option stdASCII strings-std-ascii --strings-std-ascii bool :default true :predicate unsignedLessEqual2
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