From e2611a54c5479086df0c4a80f56597aae80b5c4e Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sat, 22 Sep 2012 21:10:51 +0000 Subject: Separate public-facing and internal-facing interfaces to Statistics. The external interface (e.g., what's answered by ExprManager::getStatistics() and SmtEngine::getStatistics()) is a snapshot of the current statistics (rather than a reference to the actual StatisticsRegistry). The StatisticsRegistry is now internal-only. However, it's built as a convenience library so that the parser and driver can use it too (by re-linking against it). This is part of the ongoing effort to clean up the public interface. (this commit was certified error- and warning-free by the test-and-commit script.) --- src/theory/arith/simplex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/arith/simplex.h') diff --git a/src/theory/arith/simplex.h b/src/theory/arith/simplex.h index 324f3b21b..eff969818 100644 --- a/src/theory/arith/simplex.h +++ b/src/theory/arith/simplex.h @@ -61,7 +61,7 @@ #include "util/dense_map.h" #include "options/options.h" -#include "util/stats.h" +#include "util/statistics_registry.h" #include "util/result.h" #include -- cgit v1.2.3