mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 01:21:14 +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);
|
rotate(shrunk, crits, i, *m_model, true);
|
||||||
break;
|
break;
|
||||||
case l_false:
|
case l_false:
|
||||||
--max_cores;
|
if (max_cores > 0)
|
||||||
|
--max_cores;
|
||||||
if (p_use_reset && (count_ones(shrunk) < 0.7 * prev_size)) {
|
if (p_use_reset && (count_ones(shrunk) < 0.7 * prev_size)) {
|
||||||
reset_solver(shrunk);
|
reset_solver(shrunk);
|
||||||
prev_size = count_ones(shrunk);
|
prev_size = count_ones(shrunk);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue