mirror of
https://github.com/Z3Prover/z3
synced 2025-04-21 16:16:38 +00:00
disable non-tabu version of find_nl_moves
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
df980acd67
commit
2bcb56fb13
|
@ -560,7 +560,7 @@ namespace sls {
|
|||
return true;
|
||||
|
||||
flet<bool> _tabu(m_use_tabu, false);
|
||||
if (find_nl_moves(lit))
|
||||
if (false && find_nl_moves(lit))
|
||||
return true;
|
||||
if (false && find_lin_moves(lit))
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue