summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/sygus_inference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/sygus_inference.cpp')
-rw-r--r--src/preprocessing/passes/sygus_inference.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/preprocessing/passes/sygus_inference.cpp b/src/preprocessing/passes/sygus_inference.cpp
index f05afe54f..a0d4ed91e 100644
--- a/src/preprocessing/passes/sygus_inference.cpp
+++ b/src/preprocessing/passes/sygus_inference.cpp
@@ -27,10 +27,10 @@
#include "theory/smt_engine_subsolver.h"
using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::theory;
+using namespace cvc5::kind;
+using namespace cvc5::theory;
-namespace CVC5 {
+namespace cvc5 {
namespace preprocessing {
namespace passes {
@@ -345,4 +345,4 @@ bool SygusInference::solveSygus(const std::vector<Node>& assertions,
} // namespace passes
} // namespace preprocessing
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback