summaryrefslogtreecommitdiff
path: root/src/smt/optimization_solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/optimization_solver.cpp')
-rw-r--r--src/smt/optimization_solver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/optimization_solver.cpp b/src/smt/optimization_solver.cpp
index 2143b9467..ae1ce7057 100644
--- a/src/smt/optimization_solver.cpp
+++ b/src/smt/optimization_solver.cpp
@@ -19,9 +19,9 @@
#include "theory/quantifiers/quantifiers_attributes.h"
#include "theory/smt_engine_subsolver.h"
-using namespace CVC5::theory;
+using namespace cvc5::theory;
-namespace CVC5 {
+namespace cvc5 {
namespace smt {
/**
@@ -134,4 +134,4 @@ ObjectiveType Objective::getType() { return d_type; }
Node Objective::getNode() { return d_node; }
} // namespace smt
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback