mirror of
https://github.com/Z3Prover/z3
synced 2026-05-29 21:36:30 +00:00
fixes to tptp
This commit is contained in:
parent
286b107d7d
commit
f40e4759e4
2 changed files with 35 additions and 11 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue