mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Merge pull request #2264 from Nils-Becker/master
Logging Support for Nested Quantifiers
This commit is contained in:
commit
4d05a11144
3 changed files with 12 additions and 4 deletions
|
@ -216,8 +216,10 @@ namespace smt {
|
|||
if (m_manager.is_true(s_instance)) {
|
||||
TRACE("checker", tout << "reduced to true, before:\n" << mk_ll_pp(instance, m_manager););
|
||||
|
||||
if (m_manager.has_trace_stream())
|
||||
if (m_manager.has_trace_stream()) {
|
||||
display_instance_profile(f, q, num_bindings, bindings, pr->get_id(), generation);
|
||||
m_manager.trace_stream() << "[end-of-instance]\n";
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue