summaryrefslogtreecommitdiff
path: root/src/util/options.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-03-21 20:51:02 +0000
committerMorgan Deters <mdeters@gmail.com>2012-03-21 20:51:02 +0000
commitf40ec39fe48f83e1cc1a31f9e18635687bd63c76 (patch)
treedaba20eb93798b196a8fb324438152fba7f8e867 /src/util/options.h
parent84f26af22566f7c10dea45b399b944cb50b5e317 (diff)
Disable nonclausal simplification for QF_SAT benchmarks by default.
(Can be overridden with --simplification=batch, for example.)
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