225c225
< if (m_bits[i].intersectionIsNotEmpty(other_netDest.m_bits[i])) {
---
> if (!m_bits[i].intersectionIsEmpty(other_netDest.m_bits[i])) {