summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_lazy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_lazy.cpp')
-rw-r--r--src/theory/bv/bv_solver_lazy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bv/bv_solver_lazy.cpp b/src/theory/bv/bv_solver_lazy.cpp
index 9562b69c7..ed71fccbe 100644
--- a/src/theory/bv/bv_solver_lazy.cpp
+++ b/src/theory/bv/bv_solver_lazy.cpp
@@ -32,9 +32,9 @@
#include "theory/theory_model.h"
#include "theory/trust_substitutions.h"
-using namespace CVC4::theory::bv::utils;
+using namespace CVC5::theory::bv::utils;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace bv {
@@ -828,4 +828,4 @@ void BVSolverLazy::setConflict(Node conflict)
} // namespace bv
} // namespace theory
-} /* namespace CVC4 */
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback