summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/difference_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/difference_manager.cpp b/src/theory/arith/difference_manager.cpp
index dfb07bcf4..f366116d4 100644
--- a/src/theory/arith/difference_manager.cpp
+++ b/src/theory/arith/difference_manager.cpp
@@ -33,7 +33,7 @@ void DifferenceManager::explain(TNode literal, std::vector<TNode>& assumptions)
default:
Unreachable();
}
- d_ee.getExplanation(lhs, rhs, assumptions);
+ d_ee.explainEquality(lhs, rhs, assumptions);
}
#warning "Stolen from theory_uf.h verbatim. Generalize me!"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback