# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
MaxCover finds the k-cover of Maximum Coverage problem.
NewMaxCoverCandidate returns initialized candidate.
# Variables
ErrBitsOverlap is returned when two bitlists overlap with each other.
ErrInvalidMaxCoverProblem is returned when Maximum Coverage problem was initialized incorrectly.
ErrInvalidStrategy is returned when invalid aggregation strategy is selected.
# Structs
Aggregation defines the bitlist aggregation problem solution.
MaxCoverCandidate represents a candidate set to be used in aggregation.
MaxCoverProblem defines Maximum Coverage problem.
# Type aliases
MaxCoverCandidates is defined to allow group operations (filtering, sorting) on all candidates.