summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_gauss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_gauss.cpp')
-rw-r--r--src/preprocessing/passes/bv_gauss.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/preprocessing/passes/bv_gauss.cpp b/src/preprocessing/passes/bv_gauss.cpp
index e1e4b20a2..2ec12256a 100644
--- a/src/preprocessing/passes/bv_gauss.cpp
+++ b/src/preprocessing/passes/bv_gauss.cpp
@@ -28,11 +28,11 @@
#include "theory/rewriter.h"
#include "util/bitvector.h"
-using namespace CVC4;
-using namespace CVC4::theory;
-using namespace CVC4::theory::bv;
+using namespace CVC5;
+using namespace CVC5::theory;
+using namespace CVC5::theory::bv;
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
@@ -704,7 +704,7 @@ PreprocessingPassResult BVGauss::applyInternal(
{
Node a = assertions.back();
assertions.pop_back();
- CVC4::Kind k = a.getKind();
+ CVC5::Kind k = a.getKind();
if (k == kind::AND)
{
@@ -800,4 +800,4 @@ PreprocessingPassResult BVGauss::applyInternal(
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback