summaryrefslogtreecommitdiff
path: root/src/theory/arith/bound_inference.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/bound_inference.h')
-rw-r--r--src/theory/arith/bound_inference.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/bound_inference.h b/src/theory/arith/bound_inference.h
index dc32ff179..7041777d8 100644
--- a/src/theory/arith/bound_inference.h
+++ b/src/theory/arith/bound_inference.h
@@ -21,7 +21,7 @@
#include "expr/node.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -113,6 +113,6 @@ std::map<Node, std::pair<Node,Node>> getBounds(const std::vector<Node>& assertio
} // namespace arith
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback