summaryrefslogtreecommitdiff
path: root/src/theory/arith/options
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-04-30 19:09:06 -0400
committerTim King <taking@cs.nyu.edu>2013-04-30 19:09:06 -0400
commitd833d5790a38dc62d8a4714a13253253767c377e (patch)
treeef81e71be4cc53f00767b4606c407a65735bc88c /src/theory/arith/options
parent2b9e032cc93a96dccab8757326645da82b5866e5 (diff)
Draft of the new propagation code.
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 977d6cb32..cf0782a92 100644
--- a/src/theory/arith/options
+++ b/src/theory/arith/options
@@ -91,4 +91,7 @@ option fancyFinal --fancy-final bool :default false :read-write
option exportDioDecompositions --dio-decomps bool :default false :read-write
Let skolem variables for integer divisibility constraints leak from the dio solver.
+option newProp --new-prop bool :default false :read-write
+ Use the new row propagation system
+
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback