summaryrefslogtreecommitdiff
path: root/src/smt/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/options')
-rw-r--r--src/smt/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/options b/src/smt/options
index 077acc6e9..7c725e508 100644
--- a/src/smt/options
+++ b/src/smt/options
@@ -37,7 +37,7 @@ option dumpProofs --dump-proofs bool :default false :link --proof
output proofs after every UNSAT/VALID response
option dumpInstantiations --dump-instantiations bool :default false
output instantiations of quantified formulas after every UNSAT/VALID response
-option dumpSynth --dump-synth bool :default false
+option dumpSynth --dump-synth bool :read-write :default false
output solution for synthesis conjectures after every UNSAT/VALID response
option unsatCores produce-unsat-cores --produce-unsat-cores bool :predicate CVC4::smt::proofEnabledBuild CVC4::smt::beforeSearch :predicate-include "smt/options_handlers.h"
turn on unsat core generation
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback