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 8273db458..be432e5a7 100644
--- a/src/util/options.h
+++ b/src/util/options.h
@@ -143,6 +143,9 @@ struct CVC4_PUBLIC Options {
/** Whether to rewrite equalities in arithmetic theory */
bool rewriteArithEqualities;
+ /** Turn on and of arithmetic propagation. */
+ bool arithPropagation;
+
/**
* Frequency for the sat solver to make random decisions.
* Should be between 0 and 1.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback