mirror of
https://github.com/Z3Prover/z3
synced 2025-11-12 00:52:04 +00:00
Bug fix for inverse of lsb-mask
This commit is contained in:
parent
578f2ec4e8
commit
790229a5d9
2 changed files with 1 additions and 4 deletions
|
|
@ -1317,9 +1317,6 @@ namespace {
|
|||
UNREACHABLE();
|
||||
}
|
||||
|
||||
if (refinements % 50 == 0)
|
||||
verbose_stream() << "Refinements " << refinements << "\n";
|
||||
|
||||
if (res != l_undef)
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue