mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
Fixed excessive trace output
This commit is contained in:
parent
0313f52cf2
commit
37167a8dd6
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ namespace smt {
|
||||||
case b_justification::CLAUSE: {
|
case b_justification::CLAUSE: {
|
||||||
clause * cls = j.get_clause();
|
clause * cls = j.get_clause();
|
||||||
out << "clause ";
|
out << "clause ";
|
||||||
if (cls) display_literals_verbose(out, cls->get_num_literals(), cls->begin_literals());
|
if (cls) display_literals(out, cls->get_num_literals(), cls->begin_literals());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case b_justification::JUSTIFICATION: {
|
case b_justification::JUSTIFICATION: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue