summaryrefslogtreecommitdiff
path: root/src/theory/arith/constraint.h
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/constraint.h
parent88ce3a56088e4f3f509b565944ef8c6d36545423 (diff)
Working on the new explanation system.
Diffstat (limited to 'src/theory/arith/constraint.h')
-rw-r--r--src/theory/arith/constraint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/arith/constraint.h b/src/theory/arith/constraint.h
index a5d64a652..4966115d2 100644
--- a/src/theory/arith/constraint.h
+++ b/src/theory/arith/constraint.h
@@ -598,6 +598,8 @@ public:
void impliedBy(Constraint a, Constraint b);
void impliedBy(const std::vector<Constraint>& b);
+ Node makeImplication(const std::vector<Constraint>& b) const;
+ static Node makeConjunction(const std::vector<Constraint>& b);
/** The node must have a proof already and be eligible for propagation! */
void propagate();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback