summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-05-27 16:28:58 -0500
committerGitHub <noreply@github.com>2021-05-27 21:28:58 +0000
commit8b3de13131d24bf400ba5f36fc234008d950f345 (patch)
tree0de3a60dcdad716cede78b8fe024996690399a2f /src/theory/arith
parentb9062490a7590708bcf158d4670a23d859fe3355 (diff)
Update proof namespaces (#6614)
This removes namespace theory from proof utilities, and moves MethodId to its own file in src/proof/.
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/congruence_manager.h3
-rw-r--r--src/theory/arith/constraint.h3
-rw-r--r--src/theory/arith/theory_arith_private.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/theory/arith/congruence_manager.h b/src/theory/arith/congruence_manager.h
index 8ada48cfe..4ab0b313b 100644
--- a/src/theory/arith/congruence_manager.h
+++ b/src/theory/arith/congruence_manager.h
@@ -36,6 +36,7 @@
namespace cvc5 {
class ProofNodeManager;
+class EagerProofGenerator;
namespace context {
class Context;
@@ -43,8 +44,6 @@ class UserContext;
}
namespace theory {
-
-class EagerProofGenerator;
struct EeSetupInfo;
namespace eq {
diff --git a/src/theory/arith/constraint.h b/src/theory/arith/constraint.h
index fce071e6e..f6306049b 100644
--- a/src/theory/arith/constraint.h
+++ b/src/theory/arith/constraint.h
@@ -97,14 +97,13 @@
namespace cvc5 {
class ProofNodeManager;
+class EagerProofGenerator;
namespace context {
class Context;
}
namespace theory {
-class EagerProofGenerator;
-
namespace arith {
class Comparison;
diff --git a/src/theory/arith/theory_arith_private.h b/src/theory/arith/theory_arith_private.h
index e3094ae88..b25fa4f69 100644
--- a/src/theory/arith/theory_arith_private.h
+++ b/src/theory/arith/theory_arith_private.h
@@ -56,9 +56,11 @@
#include "util/statistics_stats.h"
namespace cvc5 {
-namespace theory {
class EagerProofGenerator;
+
+namespace theory {
+
class TheoryModel;
namespace arith {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback