mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
parent
e7960e63da
commit
b41b83cd63
5 changed files with 8 additions and 4 deletions
|
@ -294,6 +294,8 @@ void rewriter_tpl<Config>::process_app(app * t, frame & fr) {
|
|||
tout << "st: " << st;
|
||||
if (m_r) tout << " --->\n" << mk_bounded_pp(m_r, m());
|
||||
tout << "\n";);
|
||||
if (st != BR_FAILED && m().get_sort(m_r) != m().get_sort(t))
|
||||
std::cout << mk_bounded_pp(t, m()) << "\n" << mk_bounded_pp(m_r, m()) << "\n";
|
||||
SASSERT(st != BR_DONE || m().get_sort(m_r) == m().get_sort(t));
|
||||
if (st != BR_FAILED) {
|
||||
result_stack().shrink(fr.m_spos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue