mirror of
https://github.com/Z3Prover/z3
synced 2026-05-17 15:39:27 +00:00
Debugging
This commit is contained in:
parent
86dc9d3268
commit
513f49f39c
4 changed files with 39 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue