mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
Regressions reported by Guido
This commit is contained in:
parent
99e2794a6d
commit
faf14012ba
3 changed files with 16 additions and 7 deletions
|
@ -282,7 +282,7 @@ br_status bool_rewriter::mk_nflat_or_core(unsigned num_args, expr * const * args
|
|||
get_num_internal_exprs(m_counts2, m_todo2, args[i]);
|
||||
unsigned count1 = count_internal_nodes(m_counts1, m_todo1);
|
||||
unsigned count2 = count_internal_nodes(m_counts2, m_todo2);
|
||||
if (count1 > count2)
|
||||
if (count1 > count2 + num_args)
|
||||
st = BR_FAILED;
|
||||
}
|
||||
if (st != BR_FAILED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue