summaryrefslogtreecommitdiff
path: root/src/theory/arith/options
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-05-01 14:59:39 -0400
committerTim King <taking@cs.nyu.edu>2013-05-01 14:59:39 -0400
commit94decb8503be1fcc894094a0f2656e25d8aef251 (patch)
treeda7c9cffe109cc3249e45d44f6db1599d496b2b7 /src/theory/arith/options
parent88ce3a56088e4f3f509b565944ef8c6d36545423 (diff)
Working on the new explanation system.
Diffstat (limited to 'src/theory/arith/options')
-rw-r--r--src/theory/arith/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/arith/options b/src/theory/arith/options
index cf0782a92..1366addae 100644
--- a/src/theory/arith/options
+++ b/src/theory/arith/options
@@ -94,4 +94,7 @@ option exportDioDecompositions --dio-decomps bool :default false :read-write
option newProp --new-prop bool :default false :read-write
Use the new row propagation system
+option arithPropAsLemmaLength --arith-prop-clauses int :default 8 :read-write
+ Rows shorter than this are propagated as clauses
+
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback