118 for (
int i = 0; i < uniqueUNLs.
size(); ++i)
120 for (
int j = (i + 1); j < uniqueUNLs.
size(); ++j)
122 auto const& unlA = uniqueUNLs[i];
123 auto const& unlB = uniqueUNLs[j];
124 double const rhs = 2.0 * (1. - quorum) *
std::max(unlA.size(), unlB.size());
127 unlA.begin(), unlA.end(), [&](
Peer p) { return unlB.find(p) != unlB.end(); });
129 if (intersectionSize < rhs)