summaryrefslogtreecommitdiff
path: root/src/theory/arith/options
diff options
context:
space:
mode:
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