mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue