mirror of
https://github.com/Z3Prover/z3
synced 2025-11-12 00:52:04 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
591c19cbe6
commit
6ef6573598
1 changed files with 2 additions and 1 deletions
|
|
@ -342,7 +342,8 @@ struct smtmus::imp {
|
|||
rotate(shrunk, crits, i, *m_model, true);
|
||||
break;
|
||||
case l_false:
|
||||
--max_cores;
|
||||
if (max_cores > 0)
|
||||
--max_cores;
|
||||
if (p_use_reset && (count_ones(shrunk) < 0.7 * prev_size)) {
|
||||
reset_solver(shrunk);
|
||||
prev_size = count_ones(shrunk);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue