summaryrefslogtreecommitdiff
path: root/src/theory/arith/row_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/row_vector.h')
-rw-r--r--src/theory/arith/row_vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/row_vector.h b/src/theory/arith/row_vector.h
index 2b48564a4..85a188063 100644
--- a/src/theory/arith/row_vector.h
+++ b/src/theory/arith/row_vector.h
@@ -178,6 +178,7 @@ public:
const std::vector< Rational >& coefficients,
std::vector<uint32_t>& count);
+ ~ReducedRowVector();
ArithVar basic() const{
Assert(basicIsSet());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback