mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
separate linear update remove 20% threshold
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ab66239c11
commit
7f02ee4263
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ namespace sls {
|
|||
|
||||
//verbose_stream() << "repair " << lit << " " << (ctx.is_unit(lit)?"unit":"") << "\n";
|
||||
m_last_literal = lit;
|
||||
if (ctx.rand(20) != 0 && find_nl_moves(lit))
|
||||
if (find_nl_moves(lit))
|
||||
return true;
|
||||
|
||||
if (find_lin_moves(lit))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue