3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-29 21:36:30 +00:00

fixes to tptp

This commit is contained in:
Nikolaj Bjorner 2026-05-22 10:41:32 -07:00
parent 286b107d7d
commit f40e4759e4
2 changed files with 35 additions and 11 deletions

View file

@ -3754,7 +3754,7 @@ namespace {
}
void match_new_patterns() {
TRACE(mam_new_pat, tout << "matching new patterns:\n";);
TRACE(mam, tout << "matching new patterns:\n";);
m_tmp_trees_to_delete.reset();
for (auto const& kv : m_new_patterns) {
if (m_context.get_cancel_flag()) {