summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2011-03-20 01:41:48 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2011-03-20 01:41:48 +0000
commit3af0d6493cdea4be4130076fee93ebbeff669545 (patch)
treef704b1aa7e7dc5d8d1d23ec8881e4b0a6553bc3a /src/theory/bv/theory_bv.h
parentaf6ac1f03a841a0261190cb7caa15ff1fa1f798c (diff)
missed one case
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