Lukas' Notes

Definition

Chamberlin-Courant Winner Determination Decision Problem

Given an approval election with candidate set , voters , approval sets , a committee size , and an integer score threshold , the Chamberlin-Courant winner determination decision problem asks whether some size- committee reaches the threshold under the Chamberlin-Courant approval voting rule.

For a committee , its score is

\operatorname{score}_{\mathrm{CC}}(W)

:=
\left|\left{v_i\in V\mid A_i\cap W\neq\emptyset\right}\right|.

\exists W\subseteq C:
\qquad |W|=k
\quad\land\quad
\operatorname{score}_{\mathrm{CC}}(W)\geq s

Certificate

A size- committee is a certificate. Scan each approval set and test whether is empty; this computes the score and checks the threshold in polynomial time.

Complexity

The problem belongs to NP. It is NP-hard by the reduction from Independent Set, and is therefore NP-complete.

The associated search problem asks for an optimal committee rather than merely asking whether a given score threshold is attainable.