summaryrefslogtreecommitdiff
path: root/src/theory/arith/dio_solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/dio_solver.cpp')
-rw-r--r--src/theory/arith/dio_solver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/dio_solver.cpp b/src/theory/arith/dio_solver.cpp
index 1ad23f8ca..1cd092abc 100644
--- a/src/theory/arith/dio_solver.cpp
+++ b/src/theory/arith/dio_solver.cpp
@@ -776,8 +776,8 @@ void DioSolver::debugPrintTrail(DioSolver::TrailIndex i) const{
const SumPair& eq = d_trail[i].d_eq;
const Polynomial& proof = d_trail[i].d_proof;
- CVC4Message() << "d_trail[" << i << "].d_eq = " << eq.getNode() << endl;
- CVC4Message() << "d_trail[" << i << "].d_proof = " << proof.getNode() << endl;
+ CVC5Message() << "d_trail[" << i << "].d_eq = " << eq.getNode() << endl;
+ CVC5Message() << "d_trail[" << i << "].d_proof = " << proof.getNode() << endl;
}
void DioSolver::subAndReduceCurrentFByIndex(DioSolver::SubIndex subIndex){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback