mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
b68efe44af
commit
238ff78374
3 changed files with 4 additions and 3 deletions
|
@ -168,7 +168,7 @@ namespace sat {
|
|||
aig2clauses();
|
||||
++i;
|
||||
}
|
||||
while ((force || i*i < m_stats.m_num_calls) && n < m_stats.m_num_eqs + m_stats.m_num_units);
|
||||
while (((force && i < 5) || i*i < m_stats.m_num_calls) && n < m_stats.m_num_eqs + m_stats.m_num_units);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue