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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/options.h b/src/util/options.h
index 6b8054a13..cdcefa14f 100644
--- a/src/util/options.h
+++ b/src/util/options.h
@@ -123,6 +123,8 @@ struct CVC4_PUBLIC Options {
/** When/whether to perform nonclausal simplifications. */
SimplificationMode simplificationMode;
+ /** Whether the user set the nonclausal simplification mode. */
+ bool simplificationModeSetByUser;
/** Whether to perform the static learning pass. */
bool doStaticLearning;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback