121 for (
auto i = 0uz; i < uniqueUNLs.
size(); ++i)
123 for (
auto j = i + 1; j < uniqueUNLs.
size(); ++j)
125 auto const& unlA = uniqueUNLs[i];
126 auto const& unlB = uniqueUNLs[j];
127 double const rhs = 2.0 * (1. - quorum) *
std::max(unlA.size(), unlB.size());
130 unlA.begin(), unlA.end(), [&](
Peer p) { return unlB.find(p) != unlB.end(); });
132 if (intersectionSize < rhs)