summaryrefslogtreecommitdiff
path: root/src/util/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/options.h')
-rw-r--r--src/util/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/options.h b/src/util/options.h
index f9dc042d1..699895c47 100644
--- a/src/util/options.h
+++ b/src/util/options.h
@@ -145,6 +145,9 @@ struct CVC4_PUBLIC Options {
/** Whether we support SmtEngine::getValue() for this run. */
bool produceModels;
+ /** Whether we produce proofs. */
+ bool proof;
+
/** Whether we support SmtEngine::getAssignment() for this run. */
bool produceAssignments;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback