summaryrefslogtreecommitdiff
path: root/src/main
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/main
parente8a1bd1b7b7e86a7d1ac1acf61c1e09843d7972e (diff)
Disambiguate namespaces in options, fix permissions
Diffstat (limited to 'src/main')
-rw-r--r--src/main/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/options b/src/main/options
index 18cc08ed7..f523ea499 100644
--- a/src/main/options
+++ b/src/main/options
@@ -24,7 +24,7 @@ expert-option earlyExit --early-exit bool :default true
do not run destructors at exit; default on except in debug builds
# portfolio options
-option threads --threads=N unsigned :default 2 :predicate greater(0)
+option threads --threads=N unsigned :default 2 :predicate options::greater(0)
Total number of threads for portfolio
option - --threadN=string void :handler CVC4::main::threadN :handler-include "main/options_handlers.h"
configures portfolio thread N (0..#threads-1)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback