summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_msum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_msum.cpp')
-rw-r--r--src/theory/arith/arith_msum.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/arith_msum.cpp b/src/theory/arith/arith_msum.cpp
index 46ee1cad5..c56587901 100644
--- a/src/theory/arith/arith_msum.cpp
+++ b/src/theory/arith/arith_msum.cpp
@@ -148,6 +148,7 @@ Node ArithMSum::mkNode(const std::map<Node, Node>& msum)
int ArithMSum::isolate(
Node v, const std::map<Node, Node>& msum, Node& veq_c, Node& val, Kind k)
{
+ Assert(veq_c.isNull());
std::map<Node, Node>::const_iterator itv = msum.find(v);
if (itv != msum.end())
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback