summaryrefslogtreecommitdiff
path: root/src/decision/justification_heuristic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decision/justification_heuristic.h')
-rw-r--r--src/decision/justification_heuristic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decision/justification_heuristic.h b/src/decision/justification_heuristic.h
index 9ec61d540..06864470e 100644
--- a/src/decision/justification_heuristic.h
+++ b/src/decision/justification_heuristic.h
@@ -37,7 +37,7 @@
#include "util/statistics_registry.h"
#include "util/stats_timer.h"
-namespace CVC5 {
+namespace cvc5 {
namespace decision {
class JustificationHeuristic : public ITEDecisionStrategy {
@@ -117,7 +117,7 @@ class JustificationHeuristic : public ITEDecisionStrategy {
};
public:
- JustificationHeuristic(CVC5::DecisionEngine* de,
+ JustificationHeuristic(cvc5::DecisionEngine* de,
context::UserContext* uc,
context::Context* c);
@@ -195,6 +195,6 @@ private:
};/* class JustificationHeuristic */
}/* namespace decision */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__DECISION__JUSTIFICATION_HEURISTIC */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback