mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
parent
825fbf1832
commit
d530d1314b
4 changed files with 11 additions and 3 deletions
|
@ -401,6 +401,7 @@ void goal::display_with_proofs(std::ostream& out) const {
|
|||
out << "\n |-";
|
||||
if (pr(i)) {
|
||||
out << mk_ismt2_pp(pr(i), m(), 4);
|
||||
SASSERT(m().get_fact(pr(i)) == form(i));
|
||||
}
|
||||
out << "\n " << mk_ismt2_pp(form(i), m(), 2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue