summaryrefslogtreecommitdiff
path: root/src/theory/arith/partial_model.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-10-22 01:28:40 +0000
committerTim King <taking@cs.nyu.edu>2010-10-22 01:28:40 +0000
commitc2cf1a6aafd516759a3f6a43d91222a97fcfe8f7 (patch)
tree4ad84f3e47bf3d8e7151f73669157f6b10287464 /src/theory/arith/partial_model.h
parent22f47a144520f39801abb3acacbf3639886b0478 (diff)
Fixes to getValue for TheoryArith.
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 256a6b931..518d59fbd 100644
--- a/src/theory/arith/partial_model.h
+++ b/src/theory/arith/partial_model.h
@@ -147,6 +147,7 @@ public:
private:
void computeDelta();
+ void deltaIsSmallerThan(const DeltaRational& l, const DeltaRational& u);
/**
* This function implements the mostly identical:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback