mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix #5287
This commit is contained in:
parent
a59dcfdeab
commit
17be37a5f6
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public:
|
|||
ctx.display(ctx.regular_stream(), r);
|
||||
ctx.regular_stream() << std::endl;
|
||||
}
|
||||
if (!failed && m_params.get_bool("print_proofs", false)) {
|
||||
if (!failed && m_params.get_bool("print_proofs", false) && pr.get()) {
|
||||
ast_smt_pp pp(ctx.m());
|
||||
pp.set_logic(ctx.get_logic());
|
||||
pp.display_expr_smt2(ctx.regular_stream(), pr.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue