summaryrefslogtreecommitdiff
path: root/src/theory/decision_strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/decision_strategy.cpp')
-rw-r--r--src/theory/decision_strategy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/decision_strategy.cpp b/src/theory/decision_strategy.cpp
index b8ef264dd..0ce2372b2 100644
--- a/src/theory/decision_strategy.cpp
+++ b/src/theory/decision_strategy.cpp
@@ -17,9 +17,9 @@
#include "theory/rewriter.h"
-using namespace CVC5::kind;
+using namespace cvc5::kind;
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
DecisionStrategyFmf::DecisionStrategyFmf(context::Context* satContext,
@@ -147,4 +147,4 @@ Node DecisionStrategySingleton::mkLiteral(unsigned n)
Node DecisionStrategySingleton::getSingleLiteral() { return d_literal; }
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback