mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
parent
4c0db00a7b
commit
e816d16724
2 changed files with 23 additions and 22 deletions
|
@ -598,6 +598,7 @@ namespace smt {
|
|||
clause * cls = j.get_clause();
|
||||
out << "clause ";
|
||||
if (cls) out << literal_vector(cls->get_num_literals(), cls->begin());
|
||||
if (cls) display_literals_smt2(out << "\n", cls->get_num_literals(), cls->begin());
|
||||
break;
|
||||
}
|
||||
case b_justification::JUSTIFICATION: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue