summaryrefslogtreecommitdiff
path: root/src/theory/arith/congruence_manager.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-10-02 09:06:02 -0500
committerGitHub <noreply@github.com>2020-10-02 09:06:02 -0500
commit3051fd4ea618348da9a0b856b7bb07fcda027839 (patch)
treeff7870f6eb4eb875da499bcb285007fdc33a9a74 /src/theory/arith/congruence_manager.h
parentd3fcaabbafdfebe17aa20f656ff2d3922d0dcb96 (diff)
Decouple modules from TheoryArithPrivate (#5184)
This decouples the arithmetic rewriter, the operator eliminator and the non-linear extension from TheoryArithPrivate and performs some minor cleanup. This is in preparation for further refactoring of (lazy) arithmetic operator elimination.
Diffstat (limited to 'src/theory/arith/congruence_manager.h')
-rw-r--r--src/theory/arith/congruence_manager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/arith/congruence_manager.h b/src/theory/arith/congruence_manager.h
index 67df9237c..6115fec8a 100644
--- a/src/theory/arith/congruence_manager.h
+++ b/src/theory/arith/congruence_manager.h
@@ -38,11 +38,6 @@
namespace CVC4 {
namespace theory {
-
-namespace quantifiers {
-class EqualityInference;
-}
-
namespace arith {
class ArithCongruenceManager {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback