diff --git a/src/smt/smt_theory.cpp b/src/smt/smt_theory.cpp index 69eecffd6..0c876e8bc 100644 --- a/src/smt/smt_theory.cpp +++ b/src/smt/smt_theory.cpp @@ -236,8 +236,8 @@ namespace smt { enode *orig = std::get<0>(n); enode *substituted = std::get<1>(n); if (orig != nullptr) { -// quantifier_manager::log_justification_to_root(out, orig, already_visited, ctx, get_manager()); -// quantifier_manager::log_justification_to_root(out, substituted, already_visited, ctx, get_manager()); + quantifier_manager::log_justification_to_root(out, orig, already_visited, ctx, get_manager()); + quantifier_manager::log_justification_to_root(out, substituted, already_visited, ctx, get_manager()); } } out << "[new-match] " << static_cast(nullptr) << " " << family_name << "#" << axiom_id << " " << family_name << "#" << pattern_id;