summaryrefslogtreecommitdiff
path: root/src/prop/cadical.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cadical.h')
-rw-r--r--src/prop/cadical.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/cadical.h b/src/prop/cadical.h
index c49aa8d03..910e5def5 100644
--- a/src/prop/cadical.h
+++ b/src/prop/cadical.h
@@ -26,7 +26,7 @@
#include <cadical.hpp>
-namespace CVC5 {
+namespace cvc5 {
namespace prop {
class CadicalSolver : public SatSolver
@@ -103,7 +103,7 @@ class CadicalSolver : public SatSolver
};
} // namespace prop
-} // namespace CVC5
+} // namespace cvc5
#endif // CVC4_USE_CADICAL
#endif // CVC4__PROP__CADICAL_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback