3
0
Fork 0
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:
Christoph M. Wintersteiger 2016-07-13 15:35:29 +01:00
parent cfbe16639f
commit 3bea00efe3

View file

@ -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) {