summaryrefslogtreecommitdiff
path: root/src/smt/model_core_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/model_core_builder.h')
-rw-r--r--src/smt/model_core_builder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/model_core_builder.h b/src/smt/model_core_builder.h
index 229eaf8e9..6075b528f 100644
--- a/src/smt/model_core_builder.h
+++ b/src/smt/model_core_builder.h
@@ -23,7 +23,7 @@
#include "options/smt_options.h"
#include "theory/theory_model.h"
-namespace CVC4 {
+namespace CVC5 {
/**
* A utility for building model cores.
@@ -59,6 +59,6 @@ class ModelCoreBuilder
options::ModelCoresMode mode);
}; /* class TheoryModelCoreBuilder */
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__THEORY__MODEL_CORE_BUILDER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback