summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_bound_inference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quant_bound_inference.cpp')
-rw-r--r--src/theory/quantifiers/quant_bound_inference.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/quant_bound_inference.cpp b/src/theory/quantifiers/quant_bound_inference.cpp
index 45c2b5e42..6d7e2e9cd 100644
--- a/src/theory/quantifiers/quant_bound_inference.cpp
+++ b/src/theory/quantifiers/quant_bound_inference.cpp
@@ -17,9 +17,9 @@
#include "theory/quantifiers/fmf/bounded_integers.h"
#include "theory/rewriter.h"
-using namespace CVC4::kind;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace quantifiers {
@@ -127,4 +127,4 @@ bool QuantifiersBoundInference::getBoundElements(
} // namespace quantifiers
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback