summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_bitblast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_bitblast.cpp')
-rw-r--r--src/theory/bv/bv_solver_bitblast.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/bv_solver_bitblast.cpp b/src/theory/bv/bv_solver_bitblast.cpp
index e6dfd8286..16a99c2e4 100644
--- a/src/theory/bv/bv_solver_bitblast.cpp
+++ b/src/theory/bv/bv_solver_bitblast.cpp
@@ -23,7 +23,7 @@
#include "theory/bv/theory_bv_utils.h"
#include "theory/theory_model.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace bv {
@@ -281,4 +281,4 @@ Node BVSolverBitblast::getValue(TNode node)
} // namespace bv
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback