summaryrefslogtreecommitdiff
path: root/src/smt/abduction_solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/abduction_solver.cpp')
-rw-r--r--src/smt/abduction_solver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/abduction_solver.cpp b/src/smt/abduction_solver.cpp
index cd4228eed..804a93401 100644
--- a/src/smt/abduction_solver.cpp
+++ b/src/smt/abduction_solver.cpp
@@ -23,9 +23,9 @@
#include "theory/quantifiers/sygus/sygus_grammar_cons.h"
#include "theory/smt_engine_subsolver.h"
-using namespace CVC5::theory;
+using namespace cvc5::theory;
-namespace CVC5 {
+namespace cvc5 {
namespace smt {
AbductionSolver::AbductionSolver(SmtEngine* parent) : d_parent(parent) {}
@@ -195,4 +195,4 @@ void AbductionSolver::checkAbduct(Node a)
}
} // namespace smt
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback