mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
Preserve fingerprint in trace (#7534)
This commit is contained in:
parent
2d8f024680
commit
2050fc3b35
2 changed files with 3 additions and 3 deletions
|
@ -188,7 +188,7 @@ namespace smt {
|
|||
|
||||
void qi_queue::display_instance_profile(fingerprint * f, quantifier * q, unsigned num_bindings, enode * const * bindings, unsigned proof_id, unsigned generation) {
|
||||
if (m.has_trace_stream()) {
|
||||
m.trace_stream() << "[instance] 0x0";
|
||||
m.trace_stream() << "[instance] " << f->get_data_hash();
|
||||
if (m.proofs_enabled())
|
||||
m.trace_stream() << " #" << proof_id;
|
||||
m.trace_stream() << " ; " << generation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue