3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-13 02:34:43 +00:00

Reduce log output

This commit is contained in:
Jakob Rath 2022-09-23 16:04:51 +02:00
parent 8ed6938cbe
commit 0a0953ae78
4 changed files with 12 additions and 10 deletions

View file

@ -83,7 +83,7 @@ namespace polysat {
case kind_t::assumption: return out << "assumption";
default: UNREACHABLE(); return out;
}
}
}
};
struct bool_justification_pp {