mirror of
https://github.com/Z3Prover/z3
synced 2026-05-20 08:59:34 +00:00
We need to reset local conflicts
This commit is contained in:
parent
26ededa891
commit
86dc9d3268
4 changed files with 57 additions and 31 deletions
|
|
@ -589,10 +589,10 @@ namespace seq {
|
|||
out << ", color=green";
|
||||
else if (n->is_general_conflict())
|
||||
out << ", color=darkred";
|
||||
else if (n->eval_idx() != m_run_idx) // inactive, not visited this run
|
||||
out << ", color=blue";
|
||||
else if (n->is_currently_conflict())
|
||||
out << ", color=red";
|
||||
else if (n->eval_idx() != m_run_idx) // inactive, not visited this run
|
||||
out << ", color=blue";
|
||||
|
||||
out << "];\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue