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.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/theory/arith/partial_model.h b/src/theory/arith/partial_model.h
index 171c74942..f07e524aa 100644
--- a/src/theory/arith/partial_model.h
+++ b/src/theory/arith/partial_model.h
@@ -86,7 +86,7 @@ public:
/* Initializes a variable to a safe value.*/
void initialize(ArithVar x, const DeltaRational& r);
- /* Gets the last assignment to a variable that is known to be conistent. */
+ /* Gets the last assignment to a variable that is known to be consistent. */
const DeltaRational& getSafeAssignment(ArithVar x) const;
const DeltaRational& getAssignment(ArithVar x, bool safe) const;
@@ -183,14 +183,12 @@ private:
return 0 <= x && x < d_mapSize;
}
-};
+};/* class ArithPartialModel */
-
-
-}; /* namesapce arith */
-}; /* namespace theory */
-}; /* namespace CVC4 */
+}/* CVC4::theory::arith namespace */
+}/* CVC4::theory namespace */
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback