Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a4129d2368c34440

Jump to content

// Workers AI · dad joke modeDoes multiwinner approval voting have friends? It approves of many.

From Wikipedia, the free encyclopedia

Multiwinner approval voting,[1] sometimes also called approval-based committee (ABC) voting,[2] is a kind of multiwinner elections in which the voters cast approval ballots. In multiwinner voting there is a set of candidates, and each voter votes by submitting a subset of the candidates that he approves (supports). A predetermined voting rule then selects a predetermined number of candidates as the winners.

Definitions

[edit]

The goal is to construct a committee with k members. There is a set C of m candidates; usually m>k (otherwise the problem is trivial). There are some n voters. Each voter i, let Ai ⊆ C be the set of candidates approved by voter i. A multiwinner voting rule takes k and the Ai as an input, and returns a subset W ⊆ C of winners, such that |W|=k. The utility of voter i for a committee W is the number of approved winners it contains, ui(W) = |Ai ∩ W|.

Multiwinner voting rules

[edit]

In a single-winner approval voting system, it is easy to determine the winner: it is the candidate approved by the largest number of voters. In multiwinner approval voting, there are many different ways to decide which candidates will be elected.

The simplest multiwinner voting rule is block approval voting, in which the k candidates with the largest number of approvals are elected. This rule corresponds to the utilitarian rule, as it maximizes the total satisfaction. However, it is unfair as it does not provide proportional representation.

Various other multiwinner voting rules have been developed in order to guarantee various forms of proportional representation. Such methods include proportional approval voting,[3][4] sequential proportional approval voting, Phragmen's voting rules and the method of equal shares.[5][6] In the general case, proportional representation is replaced by a more general requirement called justified representation.

In these methods, the voters fill out a standard approval-type ballot, but the ballots are counted in a specific way that produces proportional representation. The exact procedure depends on which method is being used.

Other ways of extending approval voting to multiple winner elections are satisfaction approval voting,[7] excess method,[8] and minimax approval.[9] These methods use approval ballots but count them in different ways.

Strategic voting

[edit]

Many multiwinner voting rules can be manipulated: voters can increase their satisfaction by reporting false preferences.

Example

[edit]

The most common form of manipulation is subset-manipulation, in which voters report only a strict subset of their approved candidates. This manipulation is called Hylland free riding[citation needed]; manipulators free ride on others approving a candidate and pretend to be worse off than they actually are. Then, the rule is induced to "compensate" the manipulator by electing more of their approved candidates.

As an example, suppose we use the PAV rule with k=3, there are 4 candidates (a,b,c,d), and 5 voters, of whom three support a,b,c and two support a,b,d. Then, PAV selects a,b,c. But if the last voter reports only d, then PAV selects a,b,d, which is strictly better for him.

Strategyproofness properties

[edit]

A multiwinner voting rule is called strategyproof if no voter can increase his satisfaction by reporting false preferences. There are several variants of this property, depending on the potential outcome of the manipulation:

  • Inclusion-strategyproofness means that no manipulation can result in electing a strict superset of the manipulator's approved candidates (as in the PAV example above).
  • Cardinality-strategyproofness is a stronger property: it means that no manipulation can result in electing a larger number of the manipulator's approved candidates.

Strategyproofness properties can also be classified by the type of potential manipulations:[10]

  • Independence of irrelevant alternatives means that the relative merit of two committees is not influenced by candidates outside these two committees. This prevents a certain form of strategic voting: altering one's vote with respect to irrelevant candidates to manipulate the outcome.
  • Monotonicity means that a voter never loses from revealing his true set of approved candidates.[dubious – discuss] This prevents another form of strategic voting: hiding some approved candidates.

Lackner and Skowron[10] focus on the class of ABC-counting rules (an extension of positional scoring rules to multiwinner voting). Among these rules, Thiele's rules are the only ones satisfying IIA, and dissatisfaction-counting-rules are the only ones satisfying monotonicity.[clarification needed] Utilitarian approval voting is the only non-trivial ABC counting rule satisfying both axioms.[dubious – discuss] It is also the only non-trivial ABC counting rule satisfying SD-strategyproofness—an extension of cardinality-strategyproofness to irresolute rules. If utilitarian approval voting is made resolute by a bad tie-breaking rule, it might become non-strategyproof.

Strategyproofness and proportionality

[edit]

Cardinality-strategyproofness and inclusion-strategyproofness are satisfied by utilitarian approval voting (majoritarian approval voting rule with unlimited ballots), but not by any other known rule satisfying proportionality.

This raises the question of whether there is any rule that is both strategyproof and proportional. The answer is no: Dominik Peters proved that no multiwinner voting rule can simultaneously satisfy a weak form of proportionality, a weak form of strategyproofness, and a weak form of efficiency.[11] Specifically, the following three properties are incompatible whenever k ≥ 3, n is a multiple of k, and the number of candidates is at least k+1:

  • Subset-inclusion-strategyproofness: if an agent i with approved-candidates Ai reports a subset of Ai (and all other reports are the same), then no previously unelected candidate from Ai is elected. This property is weaker than inclusion-strategyproofness, as it considers only one type of manipulation: reporting a subset of one's truthful approval set.
  • Party-list-proportionality: We define a party-list profile as a profile characteristic of party-list voting, that is: there is a partition of the voters into k groups and a partition of the projects into k subsets, such that each voter from group i votes only and for all projects in group i. Party-list proportionality means that, in a party-list profile, if some singleton ballot {x} appears at least B/n times, then x is elected. This property is weaker than the property of lower quota from apportionment, and weaker than the justified representation property.
    • An alternative property, for which the impossibility holds, is disjoint diversity. It means that, in a party-list profile with at most k different parties, the rule selects at least one member from each party.
  • Weak efficiency: if a candidate x is not supported by anyone, and there are at least k candidates that are supported, then x is not elected.

The proof is by induction; the base case (k=3) was found by a SAT solver. For k=2, the impossibility holds with a slightly stronger strategyproofness axiom.

Degree of manipulability

[edit]

Lackner and Skowron[10] quantified the trade-off between strategyproofness and proportionality by empirically measuring the fraction of random-generated profiles for which some voter can gain by misreporting. Example results, when each voter approves 2 candidates, are: Phragmen's sequential rule is manipulable in 66% of the profiles; Sequential PAV - 68%; PAV - 71%; Satisfaction AV and Maximin AV - 86%; Approval Monroe - 92%; Chamberlin-Courant - 95%. They also checked manipulability of Thiele's rules with p-geometric score function (where the scores are powers of 1/p, for some fixed p). Note that p=1 yields utilitarian AV, whereas p→∞ yields Chamberlin-Courant. They found out that increasing p results in increasing manipulability: rules which are more similar to utilitarian AV are less manipulable than rules that are more similar to CC, and the proportional rules are in-between.

Barrot, Lang and Yokoo[12] present a similar study of another family of rules, based on ordered weighted averaging and the Hamming distance. Their family is also characterized by a parameter p, where p=0.5 yields utilitarian AV, whereas p=1 yields egalitarian AV. They arrive at a similar conclusion: increasing p results in a larger fraction of random profiles that can be manipulated.

Restricted preference domains

[edit]

One way to overcome impossibility results is to consider restricted preference domains. Botan[13] consider party-list preferences, that is, profiles in which the voters are partitioned into disjoint subsets, each of which votes for a disjoint subset of candidates. She proves that Thiele's rules (such as PAV) resist some common forms of manipulations, and it is strategyproof for "optimistic" voters.

Irresolute rules

[edit]

The strategyproofness properties can be extended to irresolute rules (rules that return several tied committees). Lackner and Skowron[10] define a strong extension called stochastic-dominance-strategyproofness, and prove that it characterizes the utilitarian approval voting rule.

Kluiving, Vries, Vrijbergen, Boixel and Endriss[14] provide a more thorough discussion of strategyproofness of irresolute rules; in particular, they extend the impossibility result of Peters to irresolute rules. Duddy[15] presents an impossibility result using a different set of axioms.

Non-dichotomous preferences

[edit]

There is an even stronger variant of strategyproofness called non-dichotomous strategyproofness: it assumes that agents have an underlying non-dichotomous preference relation, and they use approvals only as an approximation. It means that no manipulation can result in electing a committee that is ranked higher by the manipulator. Non-dichotomous strategproofness is not satisfied by any non-trivial multiwinner voting rule.[16]

Scheuerman, Harman, Mattei and Venable present behavioral studies on how people with non-dichotomous preferences behave when they need to provide an approval ballot, when the outcome is decided using utilitarian approval voting.[17][18]

Core stability in multiwinner voting

[edit]

The core is a strong stability and proportionality requirement borrowed from cooperative game theory and from the theory of public goods. It was brought into approval-based committee voting by Aziz, Brill, Conitzer, Elkind, Freeman and Walsh.[19] The idea is that each voter is regarded as holding an entitlement of k/n seats, and a group of voters may pool its entitlements to "buy" a committee of its own.

Definition

[edit]

Given a winning committee W of size k, a subset S of voters is called a blocking coalition if there is a set of candidates T ⊆ C with |T| ≤ (|S| / n) · k such that ui(T) > ui(W) for every voter i ∈ S. A blocking coalition is large enough that it could elect T with the combined entitlement of all its members, and yet every one of its members strictly prefers T to the committee that was actually elected.

A committee W of size k lies in the core if it has no blocking coalitions.

The definition of core can be adapted to the more general setting of combinatorial participatory budgeting, where candidate j has a size or cost sj and the committee must satisfy a budget constraint b rather than a cardinality constraint: a group S can afford any set T with total cost at most (|S|/n)·b, and voters may have arbitrary monotone utility functions over sets of candidates.[20]: Def. 1.1  Multiwinner approval voting is the special case in which every candidate has the same cost and every voter has a 0–1 additive utility function.

Relation to other axioms

[edit]

Core stability is stronger than the representation axioms most often studied for approval-based committee rules: every committee in the core satisfies extended justified representation, and therefore also proportional justified representation and justified representation, and it is Pareto optimal.[19]

The converse is not true: Proportional approval voting (PAV) satisfies extended justified representation but not the core. Peters and Skowron[21]: Thm. 10  showed that no welfarist rule — one whose choice depends only on the vector of voter utilities induced by a committee — can always return a core-stable committee.

Existence

[edit]

Whether a committee in the core always exists is one of the best-known open problems in the field. Currently, only partial results are known.[22] The known positive results are the following.

  • Peters[22] proved, with the aid of computer search over linear programs, that the core is non-empty whenever k ≤ 8 (for any m and n), by showing that PAV itself always returns a core-stable committee when k ≤ 7 and returns at least one core-stable committee when k = 8; a rule built by recursively applying PAV shows non-emptiness whenever m ≤ 15.
  • Becker, Greger and Peters[23] proved non-emptiness for every election with at most 5 voters, and more generally with at most 5 distinct approval sets, using affine monoid methods; in these cases a core-stable committee can be found in polynomial time.
  • Cheng, Jiang, Munagala and Wang[24] established the case k = 3, and showed that stable lotteries — probability distributions over committees that no group can block in expectation — always exist in the approval setting. That is, the fractional core is never empty. However, they did not provide an efficient algorithm for computing the fractional core.
  • Pierczyński and Skowron[25] showed that the core is non-empty, and computable in polynomial time, on several restricted preference domains, including voter-interval, candidate-interval, single-peaked and single-crossing profiles. They also exhibited an empty core for strict top-monotonic preferences.

In more general models the answer is known to be negative:

  • Fain, Munagala and Shah[26] showed that the core can be empty once voters have arbitrary additive utilities rather than approval utilities.
  • Maly[27] showed that in approval-based participatory budgeting the core can be empty for essentially every satisfaction function based on project cost, leaving the cardinality-based utilities of multiwinner approval voting as the remaining open case.

If the integrality requirement is dropped and candidates may be funded fractionally, the picture changes completely: a fractional committee in the core always exists, because a Lindahl equilibrium — a market equilibrium with personalized prices — is a core outcome, as shown by Fain, Goel and Munagala for combinatorial participatory budgeting.[28]

Approximating the core

[edit]

Because exact core stability is so hard to guarantee, the literature studies two different relaxations. Most existence proofs for approximate cores proceed by constructing such a fractional solution and then rounding it.[20]: Sec. 1.3 

Approximating the utility

[edit]

In the multiplicative relaxation, a deviating group must gain by a factor of α rather than merely gaining. Munagala, Shen, Wang and Wang[29]: Def. 1.2  define a committee W to be in the α-core if there is no group S and set T affordable by S with ui(T) > α · ui(W ∪ {q}) for every i ∈ S and every candidate q; the extra candidate q, called an additament, is needed because no purely multiplicative approximation is possible without it. Known results include:

  • PAV lies in the 2-core (though it cannot be computed in polynomial time). No rule satisfying the Pigou–Dalton principle of transfers can approximate the core better than a factor of 2. The method of equal shares gives a logarithmic approximation to the core in polynomial time, as shown by Peters and Skowron.[30]: Thm. 5 
  • For participatory budgeting with additive utilities, Peters, Pierczyński and Skowron[31] gave a rule computing a committee in the O(log(umax/umin))-core in polynomial time.
  • Munagala, Shen, Wang and Wang[29]: Thm. 1.3  improved this to a constant. Applying a continuous local-search procedure to the Nash welfare objective under the multilinear extension yields a fractional solution that is almost a 2-approximate fractional core, and iteratively rounding it gives a committee in the 67.37-core for arbitrary monotone submodular utilities, computable in polynomial time. For additive utilities, using an exact fractional core obtained from a Lindahl equilibrium together with dependent rounding improves the factor to 9.27, though without a polynomial-time guarantee.[29]: Thm. 1.4 
  • Mavrov, Munagala and Shen[32] showed that globally optimizing a smoothed variant of the Nash welfare rule yields a committee in the e-approximate core for XOS utilities, a class containing submodular utilities. Their guarantee holds even when adding arbitrary constraints on the committee.

Constant-factor results of this kind cannot be pushed all the way to α = 1, nor extended to arbitrary preferences:

  • For monotone submodular utilities the 1.015-core can already be empty.[29]: Thm. 1.6 
  • For general monotone utilities the φ(n, m)-core can be empty for every function φ of the numbers of voters and candidates, so no approximation factor depending only on the size of the instance is achievable.[29]: Thm. 1.5 

Approximating the entitlement

[edit]

A second relaxation leaves utilities alone and instead shrinks the budget available to a deviating group. Jiang, Munagala and Wang[33]: Thm. 1  call a committee of size k c-approximately stable if for every other committee T the fraction of voters strictly preferring T is less than c·|T|/k. The case c = 1 corresponds to ordinary core stability. They proved that a 32-approximately stable committee exists for arbitrary monotone preferences, by rounding a 2-approximately stable lottery. No constant below 2 is achievable, even for ranking preferences.[33]: Thm. 4  For approval preferences specifically, Gao, Sun and Vondrák[34] brought the constant down to 3.65, by computing a Lindahl equilibrium and sampling from an associated strongly Rayleigh distribution.

Computing the core

[edit]

Even verifying that a given committee is core-stable is hard. Munagala, Shen and Wang[35]: Thm. 2  studied this auditing problem for participatory budgeting with additive utilities and showed that it cannot be approximated to within a factor better than 1 + 1/e. On the positive side, a matching logarithmic approximation is obtainable by linear-programming rounding.[35]: Thm. 3 

Computing a core-stable committee is possible in the cases where one is known to exist: a local-search variant of PAV finds one in polynomial time whenever k ≤ 7.[36]: Rem. 4.2  For the fractional relaxation, the main obstacle for a long time was that no polynomial-time algorithm was known for the Lindahl equilibrium, even for unit-size candidates and additive utilities.[37]: Sec. 6  Kroer and Peters[38] have since given a convex program whose optimal solutions are Lindahl equilibria, including in the setting with funding caps, which makes approximately core-stable fractional outcomes efficiently computable for separable piecewise-linear concave utilities.

Variants

[edit]

Variable number of winners

[edit]

Freeman, Kahng and Pennock study multiwinner approval voting in which the number of winners is not fixed in advance, but determined by the votes. For example, when selecting candidates for interview, if there are many strong candidates, then the number of candidates selected for interview may be larger. They extend the notion of average satisfaction to this setting.[39]

Divisible committees

[edit]

Cake sharing is a variant of multiwinner approval voting in which there is a continuum of candidates, represented by a real interval [0, c]. The goal is to select a subset of this interval, with total length at most k, where here k and c can be any real numbers with 0<k<c. Approval voting with mixed goods[40] is an even more general model, in which candidates can be both divisible and indivisible; it generalizes both multiwinner approval voting and cake-sharing.

Party-approval voting

[edit]

Party-approval voting (also called approval-based apportionment)[41] is a method in which each voter can approve one or more parties, rather than approving individual candidates. It is a combination of multiwinner approval voting with party-list voting.

Usage

[edit]

Multiwinner approval voting, while less common than standard approval voting, is used in several places.

Block approval voting

[edit]
  • Korean villages used block approval voting for competitive elections following the surrender of Japan, according to observations made by journalist Anna Louise Strong in 1946: "In one village there were twelve candidates, of whom five were to be chosen for the Village Committee. Each voter was given twelve cards, bearing the names of the candidates. He then cast his chosen ones into the white box and the rejected ones into the black."[42]
  • Several Swiss cantons elect their government using such methods and so do French cities with population below 1000.[43]
  • In 1963, the proportional representation system in East Germany was replaced by a procedure in which the candidates had to receive more than 50% of the votes. Had more candidates than seats in this constituency won the majority, the order of the list would determine who would join the Volkskammer.

Fair approval voting

[edit]

See also

[edit]

References

[edit]
  1. ↑ Aziz, Haris; Gaspers, Serge; Gudmundsson, Joachim; Mackenzie, Simon; Mattei, Nicholas; Walsh, Toby (2014-07-11). "Computational Aspects of Multi-Winner Approval Voting". arXiv:1407.3247 [cs.GT].
  2. ↑ Aziz, Haris; Brill, Markus; Conitzer, Vincent; Elkind, Edith; Freeman, Rupert; Walsh, Toby (2017). "Justified representation in approval-based committee voting". Social Choice and Welfare. 48 (2): 461–485. arXiv:1407.8269. doi:10.1007/s00355-016-1019-3. S2CID 8564247.
  3. ↑ "Phragmén's and Thiele's election methods" (PDF). Archived from the original (PDF) on 2021-09-04.
  4. ↑ Brill, Markus; Laslier, Jean-François; Skowron, Piotr (2016). "Multiwinner Approval Rules as Apportionment Methods". arXiv:1611.08691 [cs.GT].
  5. ↑ Peters, Dominik; Skowron, Piotr (2020). "Proportionality and the Limits of Welfarism". Proceedings of the 21st ACM Conference on Economics and Computation. EC'20. pp. 793–794. arXiv:1911.11747. doi:10.1145/3391403.3399465. ISBN 9781450379755. S2CID 208291203.
  6. ↑ Pierczyński, Grzegorz; Peters, Dominik; Skowron, Piotr (2020). "Proportional Participatory Budgeting with Additive Utilities". Proceedings of the 2021 Conference on Neural Information Processing Systems. NeurIPS'21. arXiv:2008.13276.
  7. ↑ Plaza, Enric. Technologies for political representation and accountability (PDF). Retrieved 2011-06-17.
  8. ↑ "The Excess Method: A Multiwinner Approval Voting Procedure to Allocate Wasted Votes" (PDF). Archived from the original (PDF) on 2018-11-26.
  9. ↑ LeGrand, Rob; Markakis, Evangelos; Mehta, Aranyak (2007). Proceedings of the 6th international joint conference on Autonomous agents and multiagent systems - AAMAS '07 (PDF). p. 1. doi:10.1145/1329125.1329365. ISBN 9788190426275. S2CID 13870664. Retrieved 2011-06-17.
  10. 1 2 3 4 Lackner, Martin; Skowron, Piotr (2018-07-13). "Approval-based multi-winner rules and strategic voting". Proceedings of the 27th International Joint Conference on Artificial Intelligence. IJCAI'18. Stockholm, Sweden: AAAI Press: 340–346. ISBN 978-0-9992411-2-7.{{cite journal}}: CS1 maint: periodical has ISBN (link)
  11. ↑ Peters, Dominik (2021). "Proportionality and Strategyproofness in Multiwinner Elections". arXiv:2104.08594 [cs.GT].
  12. ↑ Barrot, Nathanaël; Lang, Jérôme; Yokoo, Makoto (2017-05-08). "Manipulation of Hamming-based Approval Voting for Multiple Referenda and Committee Elections". Proceedings of the 16th Conference on Autonomous Agents and MultiAgent Systems. AAMAS '17. Richland, SC: International Foundation for Autonomous Agents and Multiagent Systems: 597–605.
  13. ↑ Botan, Sirin (2021-05-03). "Manipulability of Thiele Methods on Party-List Profiles". Proceedings of the 20th International Conference on Autonomous Agents and MultiAgent Systems. AAMAS '21. Richland, SC: International Foundation for Autonomous Agents and Multiagent Systems: 223–231. ISBN 978-1-4503-8307-3.{{cite journal}}: CS1 maint: periodical has ISBN (link)
  14. ↑ Kluiving, Boas; de Vries, Adriaan; Vrijbergen, Pepijn; Boixel, Arthur; Endriss, Ulle (2020), "Analysing Irresolute Multiwinner Voting Rules with Approval Ballots via SAT Solving", ECAI 2020, Frontiers in Artificial Intelligence and Applications, IOS Press, pp. 131–138, doi:10.3233/faia200085, hdl:11245.1/5ffdd65d-0c2f-4506-a6db-09b9aba94ade, retrieved 2023-10-27
  15. ↑ Duddy, Conal (2014-07-01). "Electing a representative committee by approval ballot: An impossibility result". Economics Letters. 124 (1): 14–16. doi:10.1016/j.econlet.2014.04.009. ISSN 0165-1765.
  16. ↑ Niemi, Richard G. (1984). "The Problem of Strategic Behavior under Approval Voting". The American Political Science Review. 78 (4): 952–958. doi:10.2307/1955800. ISSN 0003-0554. JSTOR 1955800. S2CID 146976380.
  17. ↑ Scheuerman, Jaelle; Harman, Jason L.; Mattei, Nicholas; Venable, K. Brent (2020-05-13). "Heuristic Strategies in Uncertain Approval Voting Environments". Proceedings of the 19th International Conference on Autonomous Agents and MultiAgent Systems. AAMAS '20. Richland, SC: International Foundation for Autonomous Agents and Multiagent Systems: 1993–1995. arXiv:1912.00011. ISBN 978-1-4503-7518-4.{{cite journal}}: CS1 maint: periodical has ISBN (link)
  18. ↑ Scheuerman, Jaelle; Harman, Jason; Mattei, Nicholas; Venable, K. Brent (2021-05-18). "Modeling Voters in Multi-Winner Approval Voting". Proceedings of the AAAI Conference on Artificial Intelligence. 35 (6): 5709–5716. arXiv:2012.02811. doi:10.1609/aaai.v35i6.16716. ISSN 2374-3468. S2CID 227335243.
  19. 1 2 Aziz, Haris; Brill, Markus; Conitzer, Vincent; Elkind, Edith; Freeman, Rupert; Walsh, Toby (2017). "Justified representation in approval-based committee voting". Social Choice and Welfare. 48 (2): 461–485.
  20. 1 2 Munagala, Kamesh; Shen, Yiheng; Wang, Kangning; Wang, Zhiyi (2022). Approximate core for committee selection via multilinear extension and market clearing. Proceedings of the 2022 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA). pp. 2229–2252.
  21. ↑ Peters, Dominik; Skowron, Piotr (2020). Proportionality and the limits of welfarism. Proceedings of the 21st ACM Conference on Economics and Computation (EC). pp. 793–794.
  22. 1 2 Peters, Dominik (2025). The core of approval-based committee elections with few seats. Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence (IJCAI). pp. 4014–4022.
  23. ↑ Becker, Patrick; Greger, Matthias; Peters, Dominik (2026). "Core existence in approval-based committee elections with up to five voter types". arXiv:2605.06194 [cs.GT].
  24. ↑ Cheng, Yu; Jiang, Zhihao; Munagala, Kamesh; Wang, Kangning (2020). "Group fairness in committee selection". ACM Transactions on Economics and Computation. 8 (4): 23:1–23:18.
  25. ↑ Pierczyński, Grzegorz; Skowron, Piotr (2022). "Core-stable committees under restricted domains". Lecture Notes in Computer Science, vol. 13778. Web and Internet Economics (WINE 2022). pp. 311–329.
  26. ↑ Fain, Brandon; Munagala, Kamesh; Shah, Nisarg (2018). Fair allocation of indivisible public goods. Proceedings of the 2018 ACM Conference on Economics and Computation (EC). pp. 575–592.
  27. ↑ Maly, Jan (2025). "The core in participatory budgeting can be empty". Economics Letters.
  28. ↑ Fain, Brandon; Goel, Ashish; Munagala, Kamesh (2016). "The core of the participatory budgeting problem". Lecture Notes in Computer Science, vol. 10123. Web and Internet Economics (WINE 2016). pp. 384–399.
  29. 1 2 3 4 5 Cite error: The named reference MSWW222 was invoked but never defined (see the help page).
  30. ↑ Cite error: The named reference PS202 was invoked but never defined (see the help page).
  31. ↑ Peters, Dominik; Pierczyński, Grzegorz; Skowron, Piotr (2021). Proportional participatory budgeting with additive utilities. Advances in Neural Information Processing Systems 34 (NeurIPS 2021). pp. 12726–12737.
  32. ↑ Mavrov, Ivan-Aleksandar; Munagala, Kamesh; Shen, Yiheng (2023). Fair multiwinner elections with allocation constraints. Proceedings of the 24th ACM Conference on Economics and Computation (EC). pp. 964–990.
  33. 1 2 Jiang, Zhihao; Munagala, Kamesh; Wang, Kangning (2020). Approximately stable committee selection. Proceedings of the 52nd Annual ACM SIGACT Symposium on Theory of Computing (STOC). pp. 463–472.
  34. ↑ Gao, Drew; Sun, Yihang; Vondrák, Jan (2025). "Computation of approximately stable committees in approval-based elections". arXiv:2508.00130 [cs.GT].
  35. 1 2 Munagala, Kamesh; Shen, Yiheng; Wang, Kangning (2022). "Auditing for core stability in participatory budgeting". Lecture Notes in Computer Science, vol. 13778. Web and Internet Economics (WINE 2022). pp. 292–310.
  36. ↑ Cite error: The named reference Peters252 was invoked but never defined (see the help page).
  37. ↑ Cite error: The named reference MSWW223 was invoked but never defined (see the help page).
  38. ↑ Kroer, Christian; Peters, Dominik (2025). "Computing Lindahl equilibrium for public goods with and without funding caps". arXiv:2503.16414 [cs.GT].
  39. ↑ Freeman, Rupert; Kahng, Anson; Pennock, David M. (2021-01-07). "Proportionality in approval-based elections with a variable number of winners". Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence. IJCAI'20. Yokohama, Yokohama, Japan: 132–138. ISBN 978-0-9992411-6-5.{{cite journal}}: CS1 maint: periodical has ISBN (link)
  40. ↑ Lu, Xinhang; Peters, Jannik; Aziz, Haris; Bei, Xiaohui; Suksompong, Warut (2023-06-26). "Approval-Based Voting with Mixed Goods". Proceedings of the AAAI Conference on Artificial Intelligence. 37 (5): 5781–5788. arXiv:2211.12647. doi:10.1609/aaai.v37i5.25717. ISSN 2374-3468.
  41. ↑ Brill, Markus; Gölz, Paul; Peters, Dominik; Schmidt-Kraepelin, Ulrike; Wilker, Kai (2020-04-03). "Approval-Based Apportionment". Proceedings of the AAAI Conference on Artificial Intelligence. 34 (2): 1854–1861. arXiv:1911.08365. doi:10.1609/aaai.v34i02.5553. ISSN 2374-3468. S2CID 208158445.
  42. ↑ Strong, Anna. "In North Korea: First Eye-Witness Report". Marxists Internet Archive. Retrieved May 14, 2019.
  43. ↑ Vander Straeten, Karine; Lachat, Romain; Laslier, Jean-François (2018). "Chapter 9: Strategic voting in multi-winner elections with approval balloting: An application to the 2011 regional government election in Zurich". In Stephenson, Laura B.; Aldrich, John H.; Blais, André (eds.). The Many Faces of Strategic Voting. Tactical Behavior in Electoral Systems Around the World. Ann Arbor, Michigan: The University of Michigan Press. pp. 178–202.
[edit]