3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-28 08:58:44 +00:00

re-add tabu override

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-08-23 09:25:34 -07:00
parent a2b8b724b2
commit 69dd247cfc

View file

@ -545,7 +545,7 @@ namespace sls {
return true; return true;
// flet<bool> _tabu(m_use_tabu, false); flet<bool> _tabu(m_use_tabu, false);
find_reset_moves(lit); find_reset_moves(lit);
if (apply_update()) if (apply_update())
@ -558,7 +558,7 @@ namespace sls {
ctx.force_restart(); ctx.force_restart();
num_fail = 0; num_fail = 0;
} }
m_stats.m_num_steps++; // m_stats.m_num_steps++;
return false; return false;
} }