mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
This commit is contained in:
parent
29ac26eab3
commit
73bb3e4352
|
@ -153,7 +153,6 @@ namespace euf {
|
||||||
m_unhandled_functions.push_back(f);
|
m_unhandled_functions.push_back(f);
|
||||||
m_trail.push(push_back_vector<func_decl_ref_vector>(m_unhandled_functions));
|
m_trail.push(push_back_vector<func_decl_ref_vector>(m_unhandled_functions));
|
||||||
IF_VERBOSE(0, verbose_stream() << mk_pp(f, m) << " not handled\n");
|
IF_VERBOSE(0, verbose_stream() << mk_pp(f, m) << " not handled\n");
|
||||||
SASSERT(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void solver::init_search() {
|
void solver::init_search() {
|
||||||
|
|
Loading…
Reference in a new issue