summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index fa9762cb7..8eaa332eb 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -44,6 +44,9 @@ public:
bool operator () (size_t triggerId) {
return d_theoryBV.triggerEquality(triggerId);
}
+ void conflict(Node explanation) {
+ d_theoryBV.d_out->conflict(explanation);
+ }
};
struct BVEqualitySettings {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback