3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-17 15:39:27 +00:00

Debugging

This commit is contained in:
CEisenhofer 2026-04-08 18:48:47 +02:00
parent 86dc9d3268
commit 513f49f39c
4 changed files with 39 additions and 20 deletions

View file

@ -580,8 +580,10 @@ namespace seq {
<< n->id() << ": ";
n->to_html(out, names, next_id, m);
// append conflict reason if this is a direct conflict
if (is_actual_conflict(n->reason()))
if (n->is_currently_conflict())
out << "<br/>" << reason_to_str(n->reason());
if (n->reason() == backtrack_reason::external)
out << "<br/>" << n->get_external_conflict_literal();
out << ">";
// colour