mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6beec7b642
commit
e46ad45968
4 changed files with 8 additions and 7 deletions
|
@ -1139,7 +1139,6 @@ namespace smt {
|
|||
bool_var watch_var = null_bool_var;
|
||||
it1 = bits1.begin();
|
||||
it2 = bits2.begin();
|
||||
unsigned h = hash_u_u(v1, v2);
|
||||
unsigned act = m_diseq_activity[hash_u_u(v1, v2) & 0xFF]++;
|
||||
|
||||
for (; it1 != end1 && ((act & 0x3) != 0x3); ++it1, ++it2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue