Skip to content

Commit

Permalink
re-add tabu override
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 23, 2024
1 parent a2b8b72 commit 69dd247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ast/sls/sls_arith_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand All @@ -558,7 +558,7 @@ namespace sls {
ctx.force_restart();
num_fail = 0;
}
m_stats.m_num_steps++;
// m_stats.m_num_steps++;
return false;
}

Expand Down

0 comments on commit 69dd247

Please sign in to comment.