Pareto Optimality in Coalition Formation

Size: px
Start display at page:

Download "Pareto Optimality in Coalition Formation"

Transcription

1 Pareto Optimality in Coalition Formation Haris Aziz Felix Brandt Paul Harrenstein Technische Universität München IJCAI Workshop on Social Choice and Artificial Intelligence, July 16, / 21

2 Coalition formation Coalition formation is of fundamental importance in a wide variety of social, economic, and political problems, ranging from communication and trade to legislative voting. As such, there is much about the formation of coalitions that deserves study. A. Bogomolnaia and M. O. Jackson. The stability of hedonic coalition structures. Games and Economic Behavior / 21

3 Coalition formation 3 / 21

4 Hedonic Games A hedonic game is a pair (N, ) where N is a set of players and = ( 1,..., N ) is a preference profile which specifies for each player i N his preference over coalitions he is a member of. For each player i N, i is reflexive, complete and transitive. A partition π is a partition of players N into disjoint coalitions. A player s appreciation of a coalition structure (partition) only depends on the coalition he is a member of and not on how the remaining players are grouped. 4 / 21

5 Classes of Hedonic Games Unacceptable coalition: player would rather be alone. General hedonic games: preference of each player over acceptable coalitions Partition {{1}, {2, 3}} 1: 2: 3: {1, 2, 3}, {1, 2}, {1, 3} {1} {1, 2} {1, 2, 3}, {1, 3}, {2} {2, 3} {3} {1, 2, 3}, {1, 3} 5 / 21

6 Classes of Hedonic Games General hedonic games: preference of each player over acceptable coalitions Preferences over players extend to preferences over coalitions Roommate games: only coalitions of size 1 and 2 are acceptable. W-hedonic games: preference over coalitions only depends on the worst players in the coalitions B-hedonic games: preference over coalitions only depends on the best players in the coalitions Other hedonic settings: anonymous games, 3-cyclic games, room-roommate games, house allocation. 6 / 21

7 Classes of Hedonic Games In a W-hedonic game, each player i has preferences over other players and i s preference of a coalition S containing i depends on the worst players in S \ {i}. Example (W-hedonic game) 1: 2: 3: 1: (3, 2 1 ) 2: (1 3, 2 ) 3: (2 3 1) {1, 2, 3}, {1, 2}, {1, 3} {1} {1, 2} {1, 2, 3}, {1, 3}, {2} {2, 3} {3} {1, 2, 3}, {1, 3} 7 / 21

8 Individual Rationality & Pareto Optimality The requirement that a feasible outcome be undominated via oneperson coalitions (individual rationality) and via the all-person coalition (efficiency or Pareto optimality) is thus quite compelling. R. J. Aumann. Game Theory. The New Palgrave Dictionary of Economics / 21

9 Individual Rationality An outcome is individual rationality (IR) if each player is at least as happy as by being alone. 1: 2: 3: {1, 2, 3}, {1, 2}, {1, 3} {1} {1, 2} {1, 2, 3}, {1, 3}, {2} {2, 3} {3} {1, 2, 3}, {1, 3} 9 / 21

10 Pareto Optimality Vilfredo Pareto ( ) An outcome is Pareto optimal (PO) if there exists no outcome in which each player is at least as happy and and at least one player is strictly happier. A minimal requirement for desirable outcomes An IR & PO partition is guaranteed to exist Can also be seen as a notion of stability 10 / 21

11 Contributions Relate Pareto optimality to perfection A general algorithm Preference Refinement Algorithm (PRA) to compute a PO and IR partition A general way to characterize the complexity of computing and verifying a PO partition A number of specific computational results for various hedonic settings 11 / 21

12 Is Serial Dictatorship the Panacea? Serial Dictatorship to compute a PO outcome: An arbitrary player is chosen as the dictator who is then given his most favored allocation and the process is repeated until all players have been dealt with. 1: 2: 3: {1, 2, 3} {1, 2} {1, 3} {1} {1, 2} {1, 2, 3} {1, 3} {2} {2, 3} {3} {1, 2, 3}, {1, 3} If preferences over coalitions are not strict, then serial dictatorship does not work Even if preferences over players are strict, preferences over coalitions may include ties Does not return every Pareto optimal partition even if preferences over coalitions are strict Serial dictatorship can be unfair 12 / 21

13 Preference Refinement Algorithm (PRA) PRA Serial Dictatorship can simulate Serial Dictatorship can handle ties cannot handle ties complete cannot return every PO partition fairer less fair Table: PRA vs. Serial Dictatorship 13 / 21

14 Perfection A partition is perfect if each player is in one of his most favored coalitions. PerfectPartition is the problem of checking the existence of a perfect partition. 1: {1, 2, 3}, {1, 2}, {1, 3} {1} 2: {1, 2} {1, 2, 3}, {1, 3}, {2} 3: {2, 3} {3} {1, 2, 3}, {1, 3} 14 / 21

15 Preference Refinement Algorithm (PRA) 1: (3, 2 1) 2: (1 3, 2) 3: (2 3 1) 1: (3, 2 1) 2: (1 3, 2) 3: (2, 3 1) 1: (3, 2 1) 2: (1, 3, 2) 3: (2 3 1) 1: (3, 2, 1) 2: (1 3, 2) 3: (2 3 1) 1: (3, 2 1) 2: (1, 3, 2) 3: (2, 3 1) 1: (3, 2, 1) 2: (1 3, 2) 3: (2, 3 1) 1: (3, 2, 1) 2: (1, 3, 2) 3: (2 3 1) 1: (3, 2, 1) 2: (1, 3, 2) 3: (2, 3 1) Figure: Running PRA on a W-hedonic game where N = {1, 2, 3} and 1: (3, 2 1) 2: (1 3, 2). 3: (2 3 1) 15 / 21

16 Preference Refinement Algorithm (PRA) Input: Hedonic game (N, ) Output: Pareto optimal and individually rational partition 1 Q i Coarsest acceptable coarsening of i for all i N 2 Q (Q 1,..., Q n ) 3 J N 4 while J do 5 i J 6 Use Divide & Conquer to find some Q i better than Q i s.t. PerfectPartition(N, (Q 1,..., Q i 1, Q, i Q i+1,..., Q n )) exists. 7 if such a Q i exists then 8 Q (Q 1,..., Q i 1, Q, i Q i+1,..., Q n ) 9 else 10 J J \ {i} 11 end if 12 end while 13 return PerfectPartition(N, Q) 16 / 21

17 General Technique To Prove Tractability Lemma Let (N, R) be a hedonic game, for which the following conditions hold: any coarsening of R can be computed in polynomial time, and PerfectPartition can be solved in polynomial time for the coarsening. Then, PRA runs in polynomial time 17 / 21

18 General Technique To Prove Tractability Lemma Let (N, R) be a hedonic game, for which the following conditions hold: any coarsening of R can be computed in polynomial time, and PerfectPartition can be solved in polynomial time for the coarsening. Then, PRA runs in polynomial time (even if each equivalence class has an exponential number of coalitions or there are an exponential number of equivalence classes!) 17 / 21

19 General Technique To Prove Tractability Lemma Let (N, R) be a hedonic game, for which the following conditions hold: any coarsening of R can be computed in polynomial time, and PerfectPartition can be solved in polynomial time for the coarsening. Then, PRA runs in polynomial time (even if each equivalence class has an exponential number of coalitions or there are an exponential number of equivalence classes!) Theorem A Pareto optimal and individually rational outcome can be computed efficiently for W-hedonic games Roommate games House-allocation with existing tenants 17 / 21

20 W-hedonic games Core stable partition may not exist Checking whether a core stable partition exists is NP-hard [Cechlárová and Hajduková, 2004] 18 / 21

21 W-hedonic games Computing a PO & IR partition is in P: utilize PRA and show that PerfectPartition is in P 1: (3, 2 1) 2: (1 3, 2) 3: (2, 3 1) Polynomial-time reduction from PerfectPartition to clique packing for reduced graph 2 Need to check whether vertices can partitioned into cliques of size 2 or more Sufficient to check whether the vertices can be partitioned into cliques of size 2 or 3. 1 Hell and Kirkpatrick [1984] and Cornuéjols et al. [1982] presented a P-time algo which achieves the above / 21

22 General Technique To Prove Intractability Lemma For every class of hedonic games for which verifying a perfect partition is in P, NP-hardness of PerfectPartition implies NP-hardness of computing a Pareto optimal partition. Theorem Computing a Pareto optimal partition is NP-hard for general hedonic games B-hedonic games anonymous hedonic games three sided matching with cyclic preferences games room-roommate games 20 / 21

23 Conclusions PRA (Preference Refinement Algorithm) to compute PO outcomes. PerfectPartition is intractable PO is intractable PerfectPartition is solvable for different coarsenings PO can be solved. Game Verification Computation General conp-c NP-hard General (strict) conp-c in P Roommate in P in P B-hedonic conp-c (weak PO) NP-hard W-hedonic in P in P Anonymous conp-c NP-hard Room-roommate conp-c (weak PO) NP-hard 3-cyclic conp-c (weak PO) NP-hard House allocation in P in P w. existing tenants 21 / 21

24 Conclusions PRA (Preference Refinement Algorithm) to compute PO and IR outcomes. PerfectPartition is intractable PO is intractable PerfectPartition is solvable for different coarsenings PO can be solved. Game Verification Computation General conp-c NP-hard General (strict) conp-c in P Roommate in P in P B-hedonic conp-c (weak PO) NP-hard W-hedonic in P in P Anonymous conp-c NP-hard Room-roommate conp-c (weak PO) NP-hard 3-cyclic conp-c (weak PO) NP-hard House allocation in P in P w. existing tenants 22 / 21

25 Conclusions PRA (Preference Refinement Algorithm) to compute PO and IR outcomes. PerfectPartition is intractable PO is intractable PerfectPartition is solvable for different coarsenings PO can be solved. Game Verification Computation General conp-c NP-hard General (strict) conp-c in P Roommate in P in P B-hedonic conp-c (weak PO) NP-hard W-hedonic in P in P Anonymous conp-c NP-hard Room-roommate conp-c (weak PO) NP-hard 3-cyclic conp-c (weak PO) NP-hard House allocation in P in P w. existing tenants THANK YOU! 22 / 21

26 References K. Cechlárová and J. Hajduková. Stable partitions with W-preferences. Discrete Applied Mathematics, 138(3): , G. Cornuéjols, D. Hartvigsen, and W. Pulleyblank. Packing subgraphs in a graph. Operations Research Letters, 1(4): , P. Hell and D. G. Kirkpatrick. Packings by cliques and by finite families of graphs. Discrete Mathematics, 49(1):45 59, / 21

Pareto Optimality in Coalition Formation

Pareto Optimality in Coalition Formation Pareto Optimality in Coalition Formation Haris Aziz Felix Brandt Paul Harrenstein Department of Informatics Technische Universität München 85748 Garching bei München, Germany {aziz,brandtf,harrenst}@in.tum.de

More information

Existence of Stability in Hedonic Coalition Formation Games

Existence of Stability in Hedonic Coalition Formation Games Existence of Stability in Hedonic Coalition Formation Games ABSTRACT Haris Aziz Department of Informatics Technische Universität München 85748 Garching bei München, Germany aziz@in.tum.de In this paper,

More information

COMPLEXITY OF HEDONIC GAMES

COMPLEXITY OF HEDONIC GAMES COMPLEXITY OF HEDONIC GAMES WITH DICHOTOMOUS PREFERENCES Dominik Peters University of Oxford advised by Edith Elkind This work will be presented at AAAI 2016. Hedonic Games [Drèze and Greenberg, 1980;

More information

Computing Desirable Partitions in Additively Separable Hedonic Games

Computing Desirable Partitions in Additively Separable Hedonic Games Computing Desirable Partitions in Additively Separable Hedonic Games Haris Aziz, Felix Brandt, Hans Georg Seedig Institut für Informatik, Technische Universität München, 80538 München, Germany Abstract

More information

15 Hedonic Games. Haris Aziz a and Rahul Savani b Introduction

15 Hedonic Games. Haris Aziz a and Rahul Savani b Introduction 15 Hedonic Games Haris Aziz a and Rahul Savani b 15.1 Introduction Coalitions are a central part of economic, political, and social life, and coalition formation has been studied extensively within the

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence 195 (2013) 316 334 Contents lists available at SciVerse ScienceDirect Artificial Intelligence www.elsevier.com/locate/artint Computing desirable partitions in additively separable

More information

arxiv: v1 [cs.gt] 23 Jan 2012

arxiv: v1 [cs.gt] 23 Jan 2012 Existence of Stability in Hedonic Coalition Formation Games Haris Aziz 1 and Florian Brandl 2 arxiv:1201.4754v1 [cs.gt] 23 Jan 2012 1 Department of Informatics, Technische Universität München, 85748 München,

More information

Stable partitions in additively separable hedonic games

Stable partitions in additively separable hedonic games Stable partitions in additively separable hedonic games Haris Aziz Felix Brandt Hans Georg Seedig Department of Informatics Technische Universität München 878 Garching bei München, Germany {aziz,brandtf,seedigh}@in.tum.de

More information

Fractional Hedonic Games: Individual and Group Stability

Fractional Hedonic Games: Individual and Group Stability Fractional Hedonic Games: Individual and Group Stability Florian Brandl Institut für Informatik TU München, Germany brandlfl@in.tum.de Felix Brandt Institut für Informatik TU München, Germany brandtf@in.tum.de

More information

arxiv: v1 [cs.gt] 2 Jan 2012

arxiv: v1 [cs.gt] 2 Jan 2012 Testing Substitutability of Weak Preferences Haris Aziz, Markus Brill, Paul Harrenstein Institut für Informatik, Technische Universität München, 85748 Garching bei München, Germany arxiv:1201.0432v1 [cs.gt]

More information

arxiv: v1 [cs.gt] 10 Apr 2018

arxiv: v1 [cs.gt] 10 Apr 2018 Individual and Group Stability in Neutral Restrictions of Hedonic Games Warut Suksompong Department of Computer Science, Stanford University 353 Serra Mall, Stanford, CA 94305, USA warut@cs.stanford.edu

More information

A Note on the McKelvey Uncovered Set and Pareto Optimality

A Note on the McKelvey Uncovered Set and Pareto Optimality Noname manuscript No. (will be inserted by the editor) A Note on the McKelvey Uncovered Set and Pareto Optimality Felix Brandt Christian Geist Paul Harrenstein Received: date / Accepted: date Abstract

More information

Housing Markets with Indifferences: a Tale of Two Mechanisms

Housing Markets with Indifferences: a Tale of Two Mechanisms Housing Markets with Indifferences: a Tale of Two Mechanisms Haris Aziz and Bart de Keijzer Abstract The (Shapley-Scarf) housing market is a well-studied and fundamental model of an exchange economy. Each

More information

Housing Markets with Indifferences: a Tale of Two Mechanisms

Housing Markets with Indifferences: a Tale of Two Mechanisms Housing Markets with Indifferences: a Tale of Two Mechanisms Haris Aziz, Bart de Keijzer Institut für Informatik, Technische Universität München, 80538 München, Germany CWI Amsterdam, 1098 XG Amsterdam,

More information

Graphical Hedonic Games of Bounded Treewidth

Graphical Hedonic Games of Bounded Treewidth Graphical Hedonic Games of Bounded Treewidth Dominik Peters Department of Computer Science University of Oxford, UK dominik.peters@cs.ox.ac.uk Abstract Hedonic games are a well-studied model of coalition

More information

Symmetries and the Complexity of Pure Nash Equilibrium

Symmetries and the Complexity of Pure Nash Equilibrium Symmetries and the Complexity of Pure Nash Equilibrium Felix Brandt a Felix Fischer a, Markus Holzer b a Institut für Informatik, Universität München, Oettingenstr. 67, 80538 München, Germany b Institut

More information

Rotating Proposer Mechanisms for Team Formation

Rotating Proposer Mechanisms for Team Formation Rotating Proposer Mechanisms for Team Formation Jian Lou 1, Martin Van der Linden 2, Pranav Batra 1, Chen Hajaj 1, Gregory Leo 2, Yevgeniy Vorobeychik 1, and Myrna Wooders 2 1 Department of Electrical

More information

arxiv: v2 [cs.gt] 1 Nov 2017

arxiv: v2 [cs.gt] 1 Nov 2017 November, 017 0:17 WSPC/INSTRUCTION FILE ppijgtr International Game Theory Review c World Scientific Publishing Company arxiv:1405.3360v [cs.gt] 1 Nov 017 ON THE NASH STABILITY IN HEDONIC COALITION FORMATION

More information

Possible and Necessary Allocations via Sequential Mechanisms

Possible and Necessary Allocations via Sequential Mechanisms Possible and Necessary Allocations via Sequential Mechanisms Haris Aziz, Toby Walsh, and Lirong Xia 1 NICTA and UNSW, Sydney, NSW 2033, Australia haris.aziz@nicta.com.au 2 NICTA and UNSW, Sydney, NSW 2033,

More information

On Popular Random Assignments

On Popular Random Assignments On Popular Random Assignments Haris Aziz, Felix Brandt, and Paul Stursberg 1 NICTA and University of New South Wales, Sydney, NSW 2033, Australia haris.aziz@nicta.com.au 2 Institut für Informatik, Technische

More information

Competition and Resource Sensitivity in Marriage and Roommate Markets

Competition and Resource Sensitivity in Marriage and Roommate Markets Competition and Resource Sensitivity in Marriage and Roommate Markets Bettina Klaus This Version: April 2010 Previous Versions: November 2007 and December 2008 Abstract We consider one-to-one matching

More information

Fractional Hedonic Games

Fractional Hedonic Games Fractional Hedonic Games HARIS AZIZ, Data61, CSIRO, and UNSW Australia FLORIAN BRANDL, Technical University of Munich FELIX BRANDT, Technical University of Munich PAUL HARRENSTEIN, University of Oxford

More information

The Coordinate-Wise Core for Multiple-Type Housing Markets is Second-Best Incentive Compatible

The Coordinate-Wise Core for Multiple-Type Housing Markets is Second-Best Incentive Compatible The Coordinate-Wise Core for Multiple-Type Housing Markets is Second-Best Incentive Compatible Bettina Klaus October 2005 Abstract We consider the generalization of Shapley and Scarf s (1974) model of

More information

Computational Properties of Quasi-Strict Equilibrium

Computational Properties of Quasi-Strict Equilibrium Computational roperties of Quasi-Strict Equilibrium Felix Brandt and Felix Fischer Institut für Informatik, Universität München 80538 München, Germany {brandtf,fischerf}@tcs.ifi.lmu.de Abstract. This paper

More information

Two Desirable Fairness Concepts for Allocation of Indivisible Objects under Ordinal Preferences

Two Desirable Fairness Concepts for Allocation of Indivisible Objects under Ordinal Preferences Two Desirable Fairness Concepts for Allocation of Indivisible Objects under Ordinal Preferences HARIS AZIZ and SERGE GASPERS and SIMON MACKENZIE and TOBY WALSH Data61 and UNSW Fair allocation of indivisible

More information

Stable and Pareto optimal group activity selection from ordinal preferences

Stable and Pareto optimal group activity selection from ordinal preferences Int J Game Theory (2018) 47:1183 1209 https://doiorg/101007/s00182-018-0612-3 ORIGINAL PAPER Stable and Pareto optimal group activity selection from ordinal preferences Andreas Darmann 1 Accepted: 21 January

More information

On the Hardness and Existence of Quasi-Strict Equilibria

On the Hardness and Existence of Quasi-Strict Equilibria On the Hardness and Existence of Quasi-Strict Equilibria Felix Brandt and Felix Fischer Institut für Informatik, Universität München 80538 München, Germany {brandtf,fischerf}@tcs.ifi.lmu.de Abstract. This

More information

This is the author s final accepted version.

This is the author s final accepted version. Cechlárová, K., Eirinakis, P., Fleiner, T., Magos, D., Manlove, D., Mourtos, I., Ocel áková, E., and Rastegari, B. (2015) Pareto optimal matchings in many-to-many markets with ties. Lecture Notes in Computer

More information

arxiv: v1 [cs.gt] 1 May 2017

arxiv: v1 [cs.gt] 1 May 2017 Rank Maximal Equal Contribution: a Probabilistic Social Choice Function Haris Aziz and Pang Luo and Christine Rizkallah arxiv:1705.00544v1 [cs.gt] 1 May 2017 1 Data61, CSIRO and UNSW, Sydney, NSW 2033,

More information

On the Tradeoff between Economic Efficiency and Strategyproofness in Randomized Social Choice

On the Tradeoff between Economic Efficiency and Strategyproofness in Randomized Social Choice On the Tradeoff between Economic Efficiency and Strategyproofness in Randomized Social Choice Haris Aziz NICTA and UNSW Australia haris.aziz@nicta.com.au Felix Brandt TU München Germany brandtf@in.tum.de

More information

Random paths to stability in the roommate problem

Random paths to stability in the roommate problem Games and Economic Behavior 48 (2004) 18 28 www.elsevier.com/locate/geb Random paths to stability in the roommate problem Effrosyni Diamantoudi, a Eiichi Miyagawa, b, and Licun Xue c a Concordia University,

More information

On the Nash Stability in the Hedonic Coalition Formation Games

On the Nash Stability in the Hedonic Coalition Formation Games On the Nash Stability in the Hedonic Coalition Formation Games Cengis Hasan, Eitan Altman, Jean-Marie Gorce Inria, University of Lyon, INSA-Lyon, 6 Avenue des Arts 6961 Villeurbanne Cedex, France Phone:

More information

The Impossibility of Restricting Tradeable Priorities in School Assignment

The Impossibility of Restricting Tradeable Priorities in School Assignment The Impossibility of Restricting Tradeable Priorities in School Assignment Umut Mert Dur North Carolina State University Thayer Morrill North Carolina State University May 2017 Abstract Top Trading Cycles

More information

Group Activity Selection on Social Networks

Group Activity Selection on Social Networks Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence (AAAI-17) Group Activity Selection on Social Networks Ayumi Igarashi, Dominik Peters, Edith Elkind Department of Computer Science

More information

Resource-Monotonicity for House Allocation Problems

Resource-Monotonicity for House Allocation Problems Resource-Monotonicity for House Allocation Problems Lars Ehlers Bettina Klaus This Version: March 2004 Abstract We study a simple model of assigning indivisible objects (e.g., houses, jobs, offices, etc.)

More information

On Proportional Allocation in Hedonic Games

On Proportional Allocation in Hedonic Games On Proportional Allocation in Hedonic Games Martin Hoefer and Wanchote Jiamjitrak Institute for Computer Science, Goethe University Frankfurt, Germany. mhoefer@cs.uni-frankfurt.de Department of Computer

More information

Fair Division of a Graph

Fair Division of a Graph Sylvain Bouveret LIG - Grenoble INP, France sylvain.bouveret@imag.fr Fair Division of a Graph Katarína Cechlárová P.J. Šafárik University, Slovakia katarina.cechlarova@upjs.sk Edith Elkind University of

More information

Multiagent Systems Motivation. Multiagent Systems Terminology Basics Shapley value Representation. 10.

Multiagent Systems Motivation. Multiagent Systems Terminology Basics Shapley value Representation. 10. Multiagent Systems July 2, 2014 10. Coalition Formation Multiagent Systems 10. Coalition Formation B. Nebel, C. Becker-Asano, S. Wöl Albert-Ludwigs-Universität Freiburg July 2, 2014 10.1 Motivation 10.2

More information

Competition and Resource Sensitivity in Marriage and Roommate Markets

Competition and Resource Sensitivity in Marriage and Roommate Markets Competition and Resource Sensitivity in Marriage and Roommate Markets Bettina Klaus Working Paper 09-072 Copyright 2007, 2008 by Bettina Klaus Working papers are in draft form. This working paper is distributed

More information

The Tale of the Tournament Equilibrium Set. Felix Brandt Dagstuhl, March 2012

The Tale of the Tournament Equilibrium Set. Felix Brandt Dagstuhl, March 2012 The Tale of the Tournament Equilibrium Set Felix Brandt Dagstuhl, March 2012 Rational Choice Theory Amartya K. Sen 2 Rational Choice Theory Let U be a universe of at least three alternatives. Amartya K.

More information

A Generic Approach to Coalition Formation

A Generic Approach to Coalition Formation A Generic Approach to Coalition Formation Krzysztof R. Apt and Andreas Witzel Abstract We propose an abstract approach to coalition formation by focusing on partial preference relations between partitions

More information

Computational Aspects of Shapley s Saddles

Computational Aspects of Shapley s Saddles Computational Aspects of Shapley s Saddles Felix Brandt Markus Brill Felix Fischer Paul Harrenstein Institut für Informatik Universität München 8538 München, Germany {brandtf,brill,fischerf,harrenst}@tcs.ifi.lmu.de

More information

Alternative Characterizations of Boston Mechanism

Alternative Characterizations of Boston Mechanism Alternative Characterizations of Boston Mechanism Mustafa Oǧuz Afacan April 15, 2013 Faculty of Arts and Social Sciences, Sabancı University, 34956, İstanbul, Turkey. Abstract Kojima and Ünver (2011) are

More information

Cooperative Games. M2 ISI Systèmes MultiAgents. Stéphane Airiau LAMSADE

Cooperative Games. M2 ISI Systèmes MultiAgents. Stéphane Airiau LAMSADE Cooperative Games M2 ISI 2015 2016 Systèmes MultiAgents Stéphane Airiau LAMSADE M2 ISI 2015 2016 Systèmes MultiAgents (Stéphane Airiau) Cooperative Games 1 Why study coalitional games? Cooperative games

More information

Strategy-proof allocation of indivisible goods

Strategy-proof allocation of indivisible goods Soc Choice Welfare (1999) 16: 557±567 Strategy-proof allocation of indivisible goods Lars-Gunnar Svensson Department of Economics, Lund University, P.O. Box 7082, SE-220 07 of Lund, Sweden (e-mail: lars-gunnar.svensson@nek.lu.se)

More information

Coalitional Structure of the Muller-Satterthwaite Theorem

Coalitional Structure of the Muller-Satterthwaite Theorem Coalitional Structure of the Muller-Satterthwaite Theorem Pingzhong Tang and Tuomas Sandholm Computer Science Department Carnegie Mellon University {kenshin,sandholm}@cscmuedu Abstract The Muller-Satterthwaite

More information

Anna Bogomolnaia and Matthew O. Jackson. April, This Revision: January Forthcoming: Games and Economic Behavior.

Anna Bogomolnaia and Matthew O. Jackson. April, This Revision: January Forthcoming: Games and Economic Behavior. The Stability of Hedonic Coalition Structures Anna Bogomolnaia and Matthew O. Jackson April, 1998 This Revision: January 2001 Forthcoming: Games and Economic Behavior Abstract We consider the partitioning

More information

Participation Incentives in Randomized Social Choice

Participation Incentives in Randomized Social Choice Participation Incentives in Randomized Social Choice Haris Aziz Data61 and UNSW, Sydney, Australia arxiv:1602.02174v2 [cs.gt] 8 Nov 2016 Abstract When aggregating preferences of agents via voting, two

More information

Pareto-Optimal Allocation of Indivisible Goods with Connectivity Constraints

Pareto-Optimal Allocation of Indivisible Goods with Connectivity Constraints Pareto-Optimal Allocation of Indivisible Goods with Connectivity Constraints Ayumi Igarashi Kyushu University Fukuoka, Japan igarashi@agent.inf.kyushu-u.ac.jp Dominik Peters University of Oxford Oxford,

More information

Complexity of coalition structure generation

Complexity of coalition structure generation Complexity of coalition structure generation Haris Aziz Department of Informatics Technische Universität München 85748 Garching bei München, Germany aziz@in.tum.de Bart de Keijzer CWI Amsterdam 1098 XG

More information

Learning Hedonic Games

Learning Hedonic Games Learning Hedonic Games Jakub Sliwinski and Yair Zick Abstract Coalitional stability in hedonic games has usually been considered in the setting where agent preferences are fully known. We consider the

More information

Computing the Minimal Covering Set

Computing the Minimal Covering Set Computing the Minimal Covering Set Felix Brandt Felix Fischer Institut für Informatik, Universität München Oettingenstr. 67, 80538 München, Germany Abstract We present the first polynomial-time algorithm

More information

Farsighted stability with heterogeneous expectations

Farsighted stability with heterogeneous expectations Farsighted stability with heterogeneous expectations Francis Bloch Anne van den Nouweland April 5, 2017 Abstract This paper analyzes farsighted stable sets when agents have heterogeneous expectations over

More information

An Equivalence result in School Choice

An Equivalence result in School Choice An Equivalence result in School Choice Jay Sethuraman May 2009 Abstract The main result of the paper is a proof of the equivalence of single and multiple lottery mechanisms for the problem of allocating

More information

The Axiomatic Method in Social Choice Theory:

The Axiomatic Method in Social Choice Theory: The Axiomatic Method in Social Choice Theory: Preference Aggregation, Judgment Aggregation, Graph Aggregation Ulle Endriss Institute for Logic, Language and Computation University of Amsterdam Ulle Endriss

More information

Optimal Reallocation under Additive and Ordinal Preferences

Optimal Reallocation under Additive and Ordinal Preferences Optimal Reallocation under Additive and Ordinal Preferences Haris Aziz, Péter Biró, Jérôme Lang, Julien Lesca, and Jérôme Monnot Abstract Reallocating resources to get mutually beneficial outcomes is a

More information

"Arrow s Theorem and the Gibbard-Satterthwaite Theorem: A Unified Approach", by Phillip Reny. Economic Letters (70) (2001),

Arrow s Theorem and the Gibbard-Satterthwaite Theorem: A Unified Approach, by Phillip Reny. Economic Letters (70) (2001), February 25, 2015 "Arrow s Theorem and the Gibbard-Satterthwaite Theorem: A Unified Approach", by Phillip Reny. Economic Letters (70) (2001), 99-105. Also recommended: M. A. Satterthwaite, "Strategy-Proof

More information

Lecture 12. Applications to Algorithmic Game Theory & Computational Social Choice. CSC Allan Borodin & Nisarg Shah 1

Lecture 12. Applications to Algorithmic Game Theory & Computational Social Choice. CSC Allan Borodin & Nisarg Shah 1 Lecture 12 Applications to Algorithmic Game Theory & Computational Social Choice CSC2420 - Allan Borodin & Nisarg Shah 1 A little bit of game theory CSC2420 - Allan Borodin & Nisarg Shah 2 Recap: Yao s

More information

Majority Graphs of Assignment Problems and Properties of Popular Random Assignments

Majority Graphs of Assignment Problems and Properties of Popular Random Assignments Majority Graphs of Assignment Problems and Properties of Popular Random Assignments Felix Brandt Johannes Hofbauer Martin Suderland Abstract Randomized mechanisms for assigning objects to individual agents

More information

Forming Coalitions and Facilitating Relationships for Completing Tasks in Social Networks

Forming Coalitions and Facilitating Relationships for Completing Tasks in Social Networks Forming Coalitions and Facilitating Relationships for Completing Tasks in Social Networks Liat Sless Dept of Computer Science Bar Ilan University, Israel slasli@cs.biu.ac.il Noam Hazon Dept of Computer

More information

arxiv: v2 [cs.gt] 6 Jun 2017

arxiv: v2 [cs.gt] 6 Jun 2017 Sylvain Bouveret LIG - Grenoble INP, France sylvain.bouveret@imag.fr Fair Division of a Graph Katarína Cechlárová P.J. Šafárik University, Slovakia katarina.cechlarova@upjs.sk Edith Elkind University of

More information

Inducing stability in hedonic games

Inducing stability in hedonic games School of Economics Working Paper 2016-09 SCHOOL OF ECONOMICS Inducing stability in hedonic games by Dinko Dimitrov* Emiliya A. Lazarova** Shao-Chin Sung*** *Chair of Economic Theory, Saarland University

More information

COMPUTATIONAL INEFFICIENCY OF NONPARAMETRIC TESTS FOR CONSISTENCY OF DATA WITH HOUSEHOLD CONSUMPTION. 1. Introduction

COMPUTATIONAL INEFFICIENCY OF NONPARAMETRIC TESTS FOR CONSISTENCY OF DATA WITH HOUSEHOLD CONSUMPTION. 1. Introduction COMPUTATIONAL INEFFICIENCY OF NONPARAMETRIC TESTS FOR CONSISTENCY OF DATA WITH HOUSEHOLD CONSUMPTION RAHUL DEB DEPARTMENT OF ECONOMICS, YALE UNIVERSITY Abstract. Recently Cherchye et al. (2007a) provided

More information

The Adjusted Winner Procedure : Characterizations and Equilibria

The Adjusted Winner Procedure : Characterizations and Equilibria The Adjusted Winner Procedure : Characterizations and Equilibria Simina Brânzei Aarhus University, Denmark Joint with Haris Aziz, Aris Filos-Ratsikas, and Søren Frederiksen Background Adjusted Winner:

More information

A counterexample to a conjecture of Schwartz

A counterexample to a conjecture of Schwartz A counterexample to a conjecture of Schwartz Felix Brandt 1 Technische Universität München Munich, Germany Maria Chudnovsky 2 Columbia University New York, NY, USA Ilhee Kim Gaku Liu Sergey Norin McGill

More information

Pareto-Optimal Allocation of Indivisible Goods with Connectivity Constraints

Pareto-Optimal Allocation of Indivisible Goods with Connectivity Constraints Pareto-Optimal Allocation of Indivisible Goods with Connectivity Constraints Ayumi Igarashi Kyushu University Fukuoka, Japan igarashi@agent.inf.kyushu-u.ac.jp Dominik Peters University of Oxford Oxford,

More information

RANDOM ASSIGNMENT OF MULTIPLE INDIVISIBLE OBJECTS

RANDOM ASSIGNMENT OF MULTIPLE INDIVISIBLE OBJECTS RANDOM ASSIGNMENT OF MULTIPLE INDIVISIBLE OBJECTS FUHITO KOJIMA Department of Economics, Harvard University Littauer Center, Harvard University, 1875 Cambridge St, Cambridge, MA 02138 kojima@fas.harvard.edu,

More information

Weighted Voting Games

Weighted Voting Games Weighted Voting Games Gregor Schwarz Computational Social Choice Seminar WS 2015/2016 Technische Universität München 01.12.2015 Agenda 1 Motivation 2 Basic Definitions 3 Solution Concepts Core Shapley

More information

Computing the Nucleolus of Matching, Cover and Clique Games

Computing the Nucleolus of Matching, Cover and Clique Games Proceedings of the Twenty-Sixth AAAI Conference on Artificial Intelligence Computing the Nucleolus of Matching, Cover and Clique Games Ning Chen Division of Mathematical Sciences Nanyang Technological

More information

Extending Tournament Solutions

Extending Tournament Solutions Extending Tournament Solutions Felix Brandt Institut für Informatik Technische Universität München brandtf@in.tum.de Markus Brill Department of Computer Science Duke University brill@cs.duke.edu Paul Harrenstein

More information

Approximation Algorithms and Mechanism Design for Minimax Approval Voting

Approximation Algorithms and Mechanism Design for Minimax Approval Voting Approximation Algorithms and Mechanism Design for Minimax Approval Voting Ioannis Caragiannis RACTI & Department of Computer Engineering and Informatics University of Patras, Greece caragian@ceid.upatras.gr

More information

Approximation Algorithms and Mechanism Design for Minimax Approval Voting 1

Approximation Algorithms and Mechanism Design for Minimax Approval Voting 1 Approximation Algorithms and Mechanism Design for Minimax Approval Voting 1 Ioannis Caragiannis, Dimitris Kalaitzis, and Evangelos Markakis Abstract We consider approval voting elections in which each

More information

A counterexample to a conjecture of Schwartz

A counterexample to a conjecture of Schwartz A counterexample to a conjecture of Schwartz Felix Brandt 1 Technische Universität München Munich, Germany Maria Chudnovsky 2 Columbia University New York, NY, USA Ilhee Kim Princeton University Princeton,

More information

Contracts under Asymmetric Information

Contracts under Asymmetric Information Contracts under Asymmetric Information 1 I Aristotle, economy (oiko and nemo) and the idea of exchange values, subsequently adapted by Ricardo and Marx. Classical economists. An economy consists of a set

More information

Computing Solution Concepts of Normal-Form Games. Song Chong EE, KAIST

Computing Solution Concepts of Normal-Form Games. Song Chong EE, KAIST Computing Solution Concepts of Normal-Form Games Song Chong EE, KAIST songchong@kaist.edu Computing Nash Equilibria of Two-Player, Zero-Sum Games Can be expressed as a linear program (LP), which means

More information

Strategy-Proofness and the Core in House Allocation Problems

Strategy-Proofness and the Core in House Allocation Problems Strategy-Proofness and the Core in House Allocation Problems Eiichi Miyagawa Department of Economics, Columbia University 420 West 118th Street, New York, NY 10027 Email: em437@columbia.edu July 28, 1999

More information

Single parameter FPT-algorithms for non-trivial games

Single parameter FPT-algorithms for non-trivial games Single parameter FPT-algorithms for non-trivial games Author Estivill-Castro, Vladimir, Parsa, Mahdi Published 2011 Journal Title Lecture Notes in Computer science DOI https://doi.org/10.1007/978-3-642-19222-7_13

More information

5.2 A characterization of the nonemptiness of the core

5.2 A characterization of the nonemptiness of the core Computational Aspects of Game Theory Bertinoro Spring School Lecturer: Bruno Codenotti Lecture 5: The Core of Cooperative Games The core is by far the cooperative solution concept most used in Economic

More information

arxiv: v1 [cs.gt] 29 Mar 2014

arxiv: v1 [cs.gt] 29 Mar 2014 Testing Top Monotonicity Haris Aziz NICTA and UNSW Australia, Kensington 2033, Australia arxiv:1403.7625v1 [cs.gt] 29 Mar 2014 Abstract Top monotonicity is a relaxation of various well-known domain restrictions

More information

Computational complexity of solution concepts

Computational complexity of solution concepts Game Theory and Algorithms, Lake Como School of Advanced Studies 7-11 September 2015, Campione d'italia Computational complexity of solution concepts Gianluigi Greco Dept. of Mathematics and Computer Science

More information

A Generalization of Probabilistic Serial to Randomized Social Choice

A Generalization of Probabilistic Serial to Randomized Social Choice Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence A Generalization of Probabilistic Serial to Randomized Social Choice Haris Aziz NICTA and UNSW, Sydney 2033, Australia haris.aziz@nicta.com.au

More information

Lecture 10 Non-Transferable Utility Games (NTU games)

Lecture 10 Non-Transferable Utility Games (NTU games) Lecture 10 Non-Transferable Utility Games (NTU games) An underlying assumption behind a TU game is that agents have a common scale to measure the worth of a coalition. Such a scale may not exist in every

More information

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India November 2007

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India November 2007 Game Theory Lecture Notes By Y. Narahari Department of Computer Science and Automation Indian Institute of Science Bangalore, India November 2007 COOPERATIVE GAME THEORY 6. Other Solution Concepts Note:

More information

The Complexity of Computing Minimal Unidirectional Covering Sets

The Complexity of Computing Minimal Unidirectional Covering Sets The Complexity of Computing Minimal Unidirectional Covering Sets Dorothea Baumeister 1, Felix Brandt 2, Felix Fischer 3, Jan Hoffmann 2, and Jörg Rothe 1 1 Institut für Informatik, Heinrich-Heine-Universität

More information

Two Case Studies for Trading Multiple Indivisible Goods with Indifferences

Two Case Studies for Trading Multiple Indivisible Goods with Indifferences Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence Two Case Studies for Trading Multiple Indivisible Goods with Indifferences Akihisa Sonoda, Etsushi Fujita, Taiki Todo, Makoto

More information

Parameterized Complexity of Problems in Coalitional Resource Games

Parameterized Complexity of Problems in Coalitional Resource Games Parameterized Complexity of Problems in Coalitional Resource Games Rajesh Chitnis MohammadTaghi Hajiaghayi Vahid Liaghat May 3, 2011 Abstract Coalition formation is a key topic in multi-agent systems.

More information

The Complexity of Computing the Random Priority Allocation Matrix

The Complexity of Computing the Random Priority Allocation Matrix The Complexity of Computing the Random Priority Allocation Matrix Daniela Saban and Jay Sethuraman January 2014; revised August 2014 Abstract The Random Priority (RP) mechanism is a popular way to allocate

More information

Arrow s General (Im)Possibility Theorem

Arrow s General (Im)Possibility Theorem Division of the Humanities and ocial ciences Arrow s General (Im)Possibility Theorem KC Border Winter 2002 Let X be a nonempty set of social alternatives and let P denote the set of preference relations

More information

Truth, Justice, and Cake Cutting

Truth, Justice, and Cake Cutting Truth, Justice, and Cake Cutting Yiling Chen John K. Lai David C. Parkes Ariel D. Procaccia Superman: I m here to fight for truth, justice, and the American way. Lois Lane: You re gonna wind up fighting

More information

Equilibria Under the Probabilistic Serial Rule

Equilibria Under the Probabilistic Serial Rule Equilibria Under the Probabilistic Serial Rule Haris Aziz and Serge Gaspers and Simon Mackenzie and Nicholas Mattei NICTA and UNSW, Sydney, Australia {haris.aziz, serge.gaspers, simon.mackenzie, nicholas.mattei}@nicta.com.au

More information

The Complexity of Computing Minimal Unidirectional Covering Sets

The Complexity of Computing Minimal Unidirectional Covering Sets The Complexity of Computing Minimal Unidirectional Covering Sets Dorothea Baumeister a, Felix Brandt b, Felix Fischer c, Jan Hoffmann d, Jörg Rothe a a Institut für Informatik, Heinrich-Heine-Universität

More information

Strategy-proof and fair assignment is wasteful

Strategy-proof and fair assignment is wasteful Strategy-proof and fair assignment is wasteful Giorgio Martini June 3, 2016 I prove there exists no assignment mechanism that is strategy-proof, non-wasteful and satisfies equal treatment of equals. When

More information

Economic Core, Fair Allocations, and Social Choice Theory

Economic Core, Fair Allocations, and Social Choice Theory Chapter 9 Nathan Smooha Economic Core, Fair Allocations, and Social Choice Theory 9.1 Introduction In this chapter, we briefly discuss some topics in the framework of general equilibrium theory, namely

More information

13 Social choice B = 2 X X. is the collection of all binary relations on X. R = { X X : is complete and transitive}

13 Social choice B = 2 X X. is the collection of all binary relations on X. R = { X X : is complete and transitive} 13 Social choice So far, all of our models involved a single decision maker. An important, perhaps the important, question for economics is whether the desires and wants of various agents can be rationally

More information

Matchings in Graphs. Definition 3 A matching N in G is said to be stable if it does not contain a blocking pair.

Matchings in Graphs. Definition 3 A matching N in G is said to be stable if it does not contain a blocking pair. Matchings in Graphs Lecturer: Scribe: Prajakta Jose Mathew Meeting: 6 11th February 2010 We will be considering finite bipartite graphs. Think of one part of the vertex partition as representing men M,

More information

Optimal Reallocation under Additive and Ordinal Preferences

Optimal Reallocation under Additive and Ordinal Preferences Optimal Reallocation under Additive and Ordinal Preferences Haris Aziz Data61 and UNSW Sydney, Australia haris.aziz@nicta.com.au Péter Biró Hungarian Academy of Sciences Budapest, Hungary biro.peter@krtk.mta.hu

More information

Follow links for Class Use and other Permissions. For more information send to:

Follow links for Class Use and other Permissions. For more information send  to: COPYRIGHT NOTICE: Ariel Rubinstein: Lecture Notes in Microeconomic Theory is published by Princeton University Press and copyrighted, c 2006, by Princeton University Press. All rights reserved. No part

More information

Stable Matching with Uncertain Linear Preferences

Stable Matching with Uncertain Linear Preferences Stable Matching with Uncertain Linear Preferences Haris Aziz 12, Péter Biró 3, Serge Gaspers 21, Ronald de Haan 4, Nicholas Mattei 12, and Baharak Rastegari 5 1 Data61/CSIRO, Sydney, Australia. haris.aziz@data61.csiro.au,

More information

Universal Pareto Dominance and Welfare for Plausible Utility Functions

Universal Pareto Dominance and Welfare for Plausible Utility Functions Universal Pareto Dominance and Welfare for Plausible Utility Functions Haris Aziz NICTA and UNSW Sydney, Australia haris.aziz@nicta.com.au Florian Brandl TU München Munich, Germany brandlfl@in.tum.de Felix

More information

On the Rate of Convergence of Fictitious Play

On the Rate of Convergence of Fictitious Play Preprint submitted to Theory of Computing Systems June 7, 2011 On the Rate of Convergence of Fictitious Play Felix Brandt Felix Fischer Paul Harrenstein Abstract Fictitious play is a simple learning algorithm

More information