On Efficient Computation of DiRe Committees
Kunal Relia
TL;DR
This work studies the DiReCF problem, which is equivalent to Minimum Vertex Cover ($MVC$) on unweighted graphs. It proposes a four-phase, polynomial-time approach that combines Maximum Matching, BFS-level information, a tailored Maximal Matching with a Represent data structure, and a novel Local Minimization step to extract a small vertex cover. The authors formalize the Vertex Cover framework, provide a detailed algorithm (Vertex_Cover) with complexity analysis, and conjecture unconditional polynomial-time solvability for $MVC$ on unweighted simple connected graphs. If true, this implies efficient computation of DiRe committees that satisfy both diversity and representation constraints, with potential practical impact for committee design. The paper also grounds the reduction between DiReCF and $VC$, and presents a comprehensive complexity analysis highlighting the dominant terms in the procedure.
Abstract
Consider a committee election consisting of (i) a set of candidates who are divided into arbitrary groups each of size ${at~most}$ two and a diversity constraint that stipulates the selection of ${at~least}$ one candidate from each group and (ii) a set of voters who are divided into arbitrary populations each approving ${at~most}$ two candidates and a representation constraint that stipulates the selection of ${at~least}$ one candidate from each population who has a non-null set of approved candidates. The DiRe (Diverse + Representative) committee feasibility problem (a.k.a. the minimum vertex cover problem on unweighted undirected graphs) concerns the determination of the smallest size committee that satisfies the given constraints. Here, for this problem, we propose an algorithm that is an amalgamation of maximum matching, breadth-first search, maximal matching, and local minimization. We prove the algorithm terminates in polynomial-time. We conjecture the algorithm is an unconditional deterministic polynomial-time algorithm.
