3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 21:16:02 +00:00
This commit is contained in:
Nikolaj Bjorner 2016-07-13 20:32:24 -07:00
commit f30fb7639e
6 changed files with 43 additions and 19 deletions

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