summaryrefslogtreecommitdiff
path: root/src/smt/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/options')
-rw-r--r--src/smt/options5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/smt/options b/src/smt/options
index 5ee65e50a..13b3b51f3 100644
--- a/src/smt/options
+++ b/src/smt/options
@@ -55,6 +55,11 @@ option repeatSimp --repeat-simp bool :read-write
common-option incrementalSolving incremental -i --incremental bool
enable incremental solving
+option - regular-output-channel argument :handler CVC4::smt::setRegularOutputChannel :handler-include "smt/options_handlers.h"
+ set the regular output channel of the solver
+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"
enable time limiting (give milliseconds)
common-option perCallMillisecondLimit --tlimit-per=MS "unsigned long"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback