summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/miplib_trick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/miplib_trick.h')
-rw-r--r--src/preprocessing/passes/miplib_trick.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/miplib_trick.h b/src/preprocessing/passes/miplib_trick.h
index 66622d06a..61bf40040 100644
--- a/src/preprocessing/passes/miplib_trick.h
+++ b/src/preprocessing/passes/miplib_trick.h
@@ -21,7 +21,7 @@
#include "expr/node.h"
#include "preprocessing/preprocessing_pass.h"
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
@@ -57,6 +57,6 @@ class MipLibTrick : public PreprocessingPass, public NodeManagerListener
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__PREPROCESSING__PASSES__MIPLIB_TRICK_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback