summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/ext/constraint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/ext/constraint.h')
-rw-r--r--src/theory/arith/nl/ext/constraint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/nl/ext/constraint.h b/src/theory/arith/nl/ext/constraint.h
index a96949a1e..ef9f8fef3 100644
--- a/src/theory/arith/nl/ext/constraint.h
+++ b/src/theory/arith/nl/ext/constraint.h
@@ -12,8 +12,8 @@
** \brief Utilities for non-linear constraints
**/
-#ifndef CVC4__THEORY__ARITH__NL__EXT__CONSTRAINT_H
-#define CVC4__THEORY__ARITH__NL__EXT__CONSTRAINT_H
+#ifndef CVC5__THEORY__ARITH__NL__EXT__CONSTRAINT_H
+#define CVC5__THEORY__ARITH__NL__EXT__CONSTRAINT_H
#include <map>
#include <vector>
@@ -86,4 +86,4 @@ class ConstraintDb
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__ARITH__NL_SOLVER_H */
+#endif /* CVC5__THEORY__ARITH__NL_SOLVER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback