mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
logging meaning of theory specific constants
This commit is contained in:
parent
988e8afc2e
commit
0870760eb5
7 changed files with 102 additions and 6 deletions
|
@ -210,7 +210,7 @@ namespace smt {
|
|||
get_stat(q)->update_max_generation(max_generation);
|
||||
fingerprint * f = m_context.add_fingerprint(q, q->get_id(), num_bindings, bindings, def);
|
||||
if (f) {
|
||||
if (has_trace_stream()) {
|
||||
if (has_trace_stream() && pat != nullptr) {
|
||||
std::ostream & out = trace_stream();
|
||||
|
||||
obj_hashtable<enode> already_visited;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue