summaryrefslogtreecommitdiff
path: root/src/theory/arith/partial_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/partial_model.h')
-rw-r--r--src/theory/arith/partial_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/partial_model.h b/src/theory/arith/partial_model.h
index f937fc241..953c8c0d3 100644
--- a/src/theory/arith/partial_model.h
+++ b/src/theory/arith/partial_model.h
@@ -403,6 +403,7 @@ public:
BoundsInfo selectBoundsInfo(ArithVar v, bool old) const;
+ bool boundsQueueEmpty() const;
void processBoundsQueue(BoundUpdateCallback& changed);
void printEntireModel(std::ostream& out) const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback