summaryrefslogtreecommitdiff
path: root/src/theory/arith/attempt_solution_simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/attempt_solution_simplex.h')
-rw-r--r--src/theory/arith/attempt_solution_simplex.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/arith/attempt_solution_simplex.h b/src/theory/arith/attempt_solution_simplex.h
index b7266a1e2..faca0cb25 100644
--- a/src/theory/arith/attempt_solution_simplex.h
+++ b/src/theory/arith/attempt_solution_simplex.h
@@ -58,7 +58,7 @@
#include "theory/arith/approx_simplex.h"
#include "util/statistics_registry.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
@@ -90,6 +90,6 @@ public:
} d_statistics;
};/* class AttemptSolutionSDP */
-}/* CVC4::theory::arith namespace */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace arith
+} // namespace theory
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback