summaryrefslogtreecommitdiff
path: root/src/theory/arith/unate_propagator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/unate_propagator.h')
-rw-r--r--src/theory/arith/unate_propagator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/arith/unate_propagator.h b/src/theory/arith/unate_propagator.h
index 1aab795cb..ca2135cf3 100644
--- a/src/theory/arith/unate_propagator.h
+++ b/src/theory/arith/unate_propagator.h
@@ -77,6 +77,9 @@ public:
*/
void addAtom(TNode atom);
+ /** Returns true if v has been added as a left hand side in an atom */
+ bool hasAnyAtoms(TNode v);
+
private:
/** Sends an implication (=> a b) to the PropEngine via d_arithOut. */
void addImplication(TNode a, TNode b);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback