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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/cadical.h b/src/prop/cadical.h
index 910e5def5..ed4c166d4 100644
--- a/src/prop/cadical.h
+++ b/src/prop/cadical.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PROP__CADICAL_H
-#define CVC4__PROP__CADICAL_H
+#ifndef CVC5__PROP__CADICAL_H
+#define CVC5__PROP__CADICAL_H
#ifdef CVC4_USE_CADICAL
@@ -106,4 +106,4 @@ class CadicalSolver : public SatSolver
} // namespace cvc5
#endif // CVC4_USE_CADICAL
-#endif // CVC4__PROP__CADICAL_H
+#endif // CVC5__PROP__CADICAL_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback