Program Listing for File PartitionIntersection.hpp

Return to documentation for file (include/networkit/community/PartitionIntersection.hpp)

#ifndef NETWORKIT_COMMUNITY_PARTITION_INTERSECTION_HPP_
#define NETWORKIT_COMMUNITY_PARTITION_INTERSECTION_HPP_

#include <networkit/structures/Partition.hpp>

namespace NetworKit {

class PartitionIntersection final {
public:
    Partition calculate(const Partition &zeta, const Partition &eta);
};

} /* namespace NetworKit */

#endif // NETWORKIT_COMMUNITY_PARTITION_INTERSECTION_HPP_