summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-03-27 00:29:18 -0400
committerlianah <lianahady@gmail.com>2013-03-27 00:29:18 -0400
commitec4a985f9b27740d0e84202bb7bcd5f5bdc8fb83 (patch)
tree44ae439ece65f01580fe296d5367ab1d750bcb6f /src/theory/bv/theory_bv.cpp
parent8ab10e0a4663e54d64c19869cf36bbaa059516ad (diff)
fixed model generation bug; commented out attempt at inequality propagation
Diffstat (limited to 'src/theory/bv/theory_bv.cpp')
-rw-r--r--src/theory/bv/theory_bv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/bv/theory_bv.cpp b/src/theory/bv/theory_bv.cpp
index 8245fdbdc..502d49f58 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -275,6 +275,7 @@ bool TheoryBV::storePropagation(TNode literal, SubTheory subtheory)
// Safe to ignore this one, subtheory should produce a conflict
return true;
}
+
d_propagatedBy[literal] = subtheory;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback