summaryrefslogtreecommitdiff
path: root/src/theory/arith/congruence_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/congruence_manager.h')
-rw-r--r--src/theory/arith/congruence_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/arith/congruence_manager.h b/src/theory/arith/congruence_manager.h
index a02f36a0f..8d92a4153 100644
--- a/src/theory/arith/congruence_manager.h
+++ b/src/theory/arith/congruence_manager.h
@@ -175,6 +175,9 @@ public:
/** process inferred equalities based on Shostak normalization */
bool fixpointInfer();
+
+ eq::EqualityEngine * getEqualityEngine() { return &d_ee; }
+
private:
class Statistics {
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback