mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
added smt_params trace
This commit is contained in:
parent
cfbe16639f
commit
3bea00efe3
|
@ -147,6 +147,7 @@ namespace smt {
|
|||
}
|
||||
m_qi_queue.init_search_eh();
|
||||
m_plugin->init_search_eh();
|
||||
TRACE("smt_params", m_params.display(tout); );
|
||||
}
|
||||
|
||||
void assign_eh(quantifier * q) {
|
||||
|
|
Loading…
Reference in a new issue