summaryrefslogtreecommitdiff
path: root/src/theory/arith/options
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2014-06-10 17:32:57 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-10 17:35:41 -0400
commit629824db3911ab11ae286e4b14151a537602ba5a (patch)
treef82eed6908c9cad382f8b08f25f910edc1990455 /src/theory/arith/options
parentdb795eb64da6f10f2a322e33d8a0eb0ef0bb6f1b (diff)
Merging Tim's pseudoboolean work from his fmcad14 branch.
Signed-off-by: Morgan Deters <mdeters@cs.nyu.edu>
Diffstat (limited to 'src/theory/arith/options')
-rw-r--r--src/theory/arith/options12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/theory/arith/options b/src/theory/arith/options
index 6a9005a9a..ea9658eb3 100644
--- a/src/theory/arith/options
+++ b/src/theory/arith/options
@@ -149,6 +149,16 @@ option soiApproxMinorFailurePen --replay-soi-minor-threshold-pen int :default 10
threshold for a minor tolerance failure by the approximate solver
option ppAssertMaxSubSize --pp-assert-max-sub-size unsigned :default 2
- threshold threshold for substituting an equality in ppAssert
+ threshold for substituting an equality in ppAssert
+
+option maxReplayTree --max-replay-tree int :default 512
+ threshold for attempting to replay a tree
+
+
+option pbRewrites --pb-rewrites bool :default false
+ apply pseudo boolean rewrites
+
+option pbRewriteThreshold --pb-rewrite-threshold int :default 256
+ threshold of number of pseudoboolean variables to have before doing rewrites
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback