mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
re-add tabu override
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a2b8b724b2
commit
69dd247cfc
1 changed files with 2 additions and 2 deletions
|
@ -545,7 +545,7 @@ namespace sls {
|
|||
return true;
|
||||
|
||||
|
||||
// flet<bool> _tabu(m_use_tabu, false);
|
||||
flet<bool> _tabu(m_use_tabu, false);
|
||||
find_reset_moves(lit);
|
||||
|
||||
if (apply_update())
|
||||
|
@ -558,7 +558,7 @@ namespace sls {
|
|||
ctx.force_restart();
|
||||
num_fail = 0;
|
||||
}
|
||||
m_stats.m_num_steps++;
|
||||
// m_stats.m_num_steps++;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue