summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/iand_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/iand_solver.h')
-rw-r--r--src/theory/arith/nl/iand_solver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/nl/iand_solver.h b/src/theory/arith/nl/iand_solver.h
index 2b7f90e9b..52f97bf0e 100644
--- a/src/theory/arith/nl/iand_solver.h
+++ b/src/theory/arith/nl/iand_solver.h
@@ -12,8 +12,8 @@
** \brief Solver for integer and (IAND) constraints
**/
-#ifndef CVC4__THEORY__ARITH__NL__IAND_SOLVER_H
-#define CVC4__THEORY__ARITH__NL__IAND_SOLVER_H
+#ifndef CVC5__THEORY__ARITH__NL__IAND_SOLVER_H
+#define CVC5__THEORY__ARITH__NL__IAND_SOLVER_H
#include <map>
#include <vector>
@@ -134,4 +134,4 @@ class IAndSolver
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__ARITH__IAND_SOLVER_H */
+#endif /* CVC5__THEORY__ARITH__IAND_SOLVER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback