summaryrefslogtreecommitdiff
path: root/src/util/options.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-07-11 03:33:14 +0000
committerMorgan Deters <mdeters@gmail.com>2011-07-11 03:33:14 +0000
commit25e9c72dd689d3b621b901220794c652a3ba589a (patch)
tree58b14dd3818f3e7a8ca3311a0457716e7753a95e /src/util/options.h
parent587520ce888b88294fb9e4ca476e2425d8bf026e (diff)
merge from symmetry branch
Diffstat (limited to 'src/util/options.h')
-rw-r--r--src/util/options.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/options.h b/src/util/options.h
index 06ca20073..ce2bc71e7 100644
--- a/src/util/options.h
+++ b/src/util/options.h
@@ -89,6 +89,9 @@ struct CVC4_PUBLIC Options {
/** Should we exit after parsing? */
bool parseOnly;
+ /** Should we exit after preprocessing? */
+ bool preprocessOnly;
+
/** Should the parser do semantic checks? */
bool semanticChecks;
@@ -194,6 +197,12 @@ struct CVC4_PUBLIC Options {
*/
uint16_t arithPropagateMaxLength;
+ /**
+ * Whether to do the symmetry-breaking preprocessing in UF as
+ * described by Deharbe et al. in CADE 2011 (on by default).
+ */
+ bool ufSymmetryBreaker;
+
Options();
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback