summaryrefslogtreecommitdiff
path: root/src/theory/arith/tableau.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/tableau.h')
-rw-r--r--src/theory/arith/tableau.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/tableau.h b/src/theory/arith/tableau.h
index 3e4cb819b..8cf92d075 100644
--- a/src/theory/arith/tableau.h
+++ b/src/theory/arith/tableau.h
@@ -81,7 +81,7 @@ public:
}
ArithVar rowIndexToBasic(RowIndex rid) const {
- Assert(rid < d_rowIndex2basic.size());
+ Assert(d_rowIndex2basic.isKey(rid));
return d_rowIndex2basic[rid];
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback