summaryrefslogtreecommitdiff
path: root/src/smt/options
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-11-30 18:16:59 +0000
committerTim King <taking@cs.nyu.edu>2012-11-30 18:16:59 +0000
commit8ebb053b1c8a43df8b8df21e31ed5a94cf0a53be (patch)
treef84db91a48b229916d98f8099ed5f6909bcb3ba0 /src/smt/options
parent4d6d4e0b4082d4c8624e04d040f84070138c3f72 (diff)
Adding smtname level options for tlimit, rlimit, etc. Fix to the internal documentation in base_options.
Diffstat (limited to 'src/smt/options')
-rw-r--r--src/smt/options8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/smt/options b/src/smt/options
index a3038cd4e..fc5ccf4c4 100644
--- a/src/smt/options
+++ b/src/smt/options
@@ -60,13 +60,13 @@ option - regular-output-channel argument :handler CVC4::smt::setRegularOutputCha
option - diagnostic-output-channel argument :handler CVC4::smt::setDiagnosticOutputChannel :handler-include "smt/options_handlers.h"
set the diagnostic output channel of the solver
-common-option cumulativeMillisecondLimit --tlimit=MS "unsigned long"
+common-option cumulativeMillisecondLimit tlimit --tlimit=MS "unsigned long"
enable time limiting (give milliseconds)
-common-option perCallMillisecondLimit --tlimit-per=MS "unsigned long"
+common-option perCallMillisecondLimit tlimit-per --tlimit-per=MS "unsigned long"
enable time limiting per query (give milliseconds)
-common-option cumulativeResourceLimit --rlimit=N "unsigned long"
+common-option cumulativeResourceLimit rlimit --rlimit=N "unsigned long"
enable resource limiting
-common-option perCallResourceLimit --rlimit-per=N "unsigned long"
+common-option perCallResourceLimit rlimit-per --rlimit-per=N "unsigned long"
enable resource limiting per query
# --replay is currently broken; don't document it for 1.0
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback