Game Theory. 4. Algorithms. Bernhard Nebel and Robert Mattmüller. May 2nd, Albert-Ludwigs-Universität Freiburg

Similar documents
1 Motivation. Game Theory. 2 Linear Programming. Motivation. 4. Algorithms. Bernhard Nebel and Robert Mattmüller May 15th, 2017

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

Game Theory. Kuhn s Theorem. Bernhard Nebel, Robert Mattmüller, Stefan Wölfl, Christian Becker-Asano

Game Theory and Algorithms Lecture 7: PPAD and Fixed-Point Theorems

Algorithmic Game Theory

Computing Minmax; Dominance

Computing Minmax; Dominance

Optimality, Duality, Complementarity for Constrained Optimization

Motivation. Game Theory 24. Mechanism Design. Setting. Preference relations contain no information about by how much one candidate is preferred.

Principles of AI Planning

Algorithmic Game Theory and Applications. Lecture 4: 2-player zero-sum games, and the Minimax Theorem

Game Theory. 2.1 Zero Sum Games (Part 2) George Mason University, Spring 2018

Efficient Nash Equilibrium Computation in Two Player Rank-1 G

Principles of AI Planning

Duality. Peter Bro Mitersen (University of Aarhus) Optimization, Lecture 9 February 28, / 49

Zero-Sum Games Public Strategies Minimax Theorem and Nash Equilibria Appendix. Zero-Sum Games. Algorithmic Game Theory.

Game Theory. Greg Plaxton Theory in Programming Practice, Spring 2004 Department of Computer Science University of Texas at Austin

Lecture 6: April 25, 2006

Lectures 6, 7 and part of 8

Symmetries and the Complexity of Pure Nash Equilibrium

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

General-sum games. I.e., pretend that the opponent is only trying to hurt you. If Column was trying to hurt Row, Column would play Left, so

Lecture December 2009 Fall 2009 Scribe: R. Ring In this lecture we will talk about

Long-Run versus Short-Run Player

Game theory Lecture 19. Dynamic games. Game theory

Game Theory: Lecture 3

Computational Game Theory Spring Semester, 2005/6. Lecturer: Yishay Mansour Scribe: Ilan Cohen, Natan Rubin, Ophir Bleiberg*

6.254 : Game Theory with Engineering Applications Lecture 7: Supermodular Games

FPTAS for Computing a Symmetric Leontief Competitive Economy Equilibrium

Today: Linear Programming (con t.)

Principles of AI Planning

M340(921) Solutions Practice Problems (c) 2013, Philip D Loewen

CS 573: Algorithmic Game Theory Lecture date: January 23rd, 2008

princeton univ. F 13 cos 521: Advanced Algorithm Design Lecture 17: Duality and MinMax Theorem Lecturer: Sanjeev Arora

CS Algorithms and Complexity

Chapter 9. Mixed Extensions. 9.1 Mixed strategies

Strengthening Landmark Heuristics via Hitting Sets

Basic Game Theory. Kate Larson. January 7, University of Waterloo. Kate Larson. What is Game Theory? Normal Form Games. Computing Equilibria

Motivating examples Introduction to algorithms Simplex algorithm. On a particular example General algorithm. Duality An application to game theory

Lower Semicontinuity of the Solution Set Mapping in Some Optimization Problems

Introduction to Linear Programming

15-780: LinearProgramming

COT 6936: Topics in Algorithms! Giri Narasimhan. ECS 254A / EC 2443; Phone: x3748

Realization Plans for Extensive Form Games without Perfect Recall

Weak Dominance and Never Best Responses

CO759: Algorithmic Game Theory Spring 2015

Theory and Internet Protocols

Chapter 2: Linear Programming Basics. (Bertsimas & Tsitsiklis, Chapter 1)

6.254 : Game Theory with Engineering Applications Lecture 8: Supermodular and Potential Games

Theoretical Computer Science

EECS 495: Combinatorial Optimization Lecture Manolis, Nima Mechanism Design with Rounding

Principles of AI Planning

Correlated Equilibria: Rationality and Dynamics

Linear programs, convex polyhedra, extreme points

LINEAR PROGRAMMING III

Linear Programming. Jie Wang. University of Massachusetts Lowell Department of Computer Science. J. Wang (UMass Lowell) Linear Programming 1 / 47

MS&E 246: Lecture 4 Mixed strategies. Ramesh Johari January 18, 2007

Mathematical Economics - PhD in Economics

CSC373: Algorithm Design, Analysis and Complexity Fall 2017 DENIS PANKRATOV NOVEMBER 1, 2017

Part IB Optimisation

6.207/14.15: Networks Lecture 10: Introduction to Game Theory 2

Distributed Optimization. Song Chong EE, KAIST

Basics of Game Theory

האוניברסיטה העברית בירושלים

of a bimatrix game David Avis McGill University Gabriel Rosenberg Yale University Rahul Savani University of Warwick

Nash Equilibrium: Existence & Computation

Algorithmic Game Theory and Economics: A very short introduction. Mysore Park Workshop August, 2012

Lecture 9 Tuesday, 4/20/10. Linear Programming

An introductory example

Chapter 1 Linear Programming. Paragraph 5 Duality

Accuracy of Admissible Heuristic Functions in Selected Planning Domains

Normal-form games. Vincent Conitzer

Game Theory Correlated equilibrium 1

Msc Micro I exam. Lecturer: Todd Kaplan.

Polynomial-time Computation of Exact Correlated Equilibrium in Compact Games

CSC Design and Analysis of Algorithms. LP Shader Electronics Example

Strategic Games: Social Optima and Nash Equilibria

Optimization (168) Lecture 7-8-9

Near-Potential Games: Geometry and Dynamics

Foundations of Artificial Intelligence

Algorithmic Game Theory and Applications. Lecture 15: a brief taster of Markov Decision Processes and Stochastic Games

3 Nash is PPAD Complete

Mixed Nash Equilibria

APPLIED MECHANISM DESIGN FOR SOCIAL GOOD

Game Theory: Lecture 2

6.207/14.15: Networks Lecture 11: Introduction to Game Theory 3

Topics in Theoretical Computer Science April 08, Lecture 8

CS364A: Algorithmic Game Theory Lecture #13: Potential Games; A Hierarchy of Equilibria

CS364A: Algorithmic Game Theory Lecture #16: Best-Response Dynamics

Game Theory: Spring 2017

CSC304: Algorithmic Game Theory and Mechanism Design Fall 2016

Algorithmic Game Theory and Applications. Lecture 7: The LP Duality Theorem

Computing Equilibria by Incorporating Qualitative Models 1

Enumeration of All the Extreme Equilibria in Game Theory: Bimatrix and Polymatrix Games 1

Game theory: Models, Algorithms and Applications Lecture 4 Part II Geometry of the LCP. September 10, 2008

16.1 L.P. Duality Applied to the Minimax Theorem

Rational Generating Functions and Integer Programming Games

Linear Programming. Linear Programming I. Lecture 1. Linear Programming. Linear Programming

Social Network Games

Computing Equilibria of Repeated And Dynamic Games

Transcription:

Game Theory 4. Algorithms Albert-Ludwigs-Universität Freiburg Bernhard Nebel and Robert Mattmüller May 2nd, 2018

May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 2 / 36

We know: In finite strategic games, mixed-strategy Nash equilibria are guaranteed to exist. We don t know: How to systematically find them? Challenge: There are infinitely many mixed strategy profiles to consider. How to do this in finite time? This chapter: Computation of mixed-strategy Nash equilibria for finite zero-sum games. Computation of mixed-strategy Nash equilibria for general finite two player games. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 4 / 36

May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 5 / 36

Digression: We briefly discuss linear programming because we will use this technique to find Nash equilibria. Goal of linear programming: Solving a system of linear inequalities over n real-valued variables while optimizing some linear objective function. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 7 / 36

Example Production of two sorts of items with time requirements and profit per item. Objective: Maximize profit. Cutting Assembly Postproc. Profit per item (x) sort 1 25 60 68 30 (y) sort 2 75 60 34 40 per day 450 480 476 maximize! Goal: Find numbers of pieces x of sort 1 and y of sort 2 to be produced per day such that the resource constraints are met and the objective function is maximized. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 8 / 36

Example (ctd., formalization) x 0, y 0 (1) 25x + 75y 450 (or y 6 1 /3 x) (2) 60x + 60y 480 (or y 8 x) (3) 68x + 34y 476 (or y 14 2x) (4) maximize z = 30x + 40y (5) Inequalities (1) (4): Admissible solutions (They form a convex set in R 2.) Line (5): Objective function May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 9 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 y = 8 x y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 y = 8 x y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 y = 14 2x y = 8 x y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 y = 14 2x y = 8 x y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 y = 14 2x y = 8 x y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 z = 0 y = 14 2x y = 8 x y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 z = 240 z = 0 y = 14 2x y = 8 x y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 z = 240 z = 0 y = 14 2x y = 8 x z = 210 y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 z = 240 z = 0 y = 14 2x z = 260 y = 8 x z = 210 y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Example (ctd., visualization) y 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 z = 240 z = 0 y = 14 2x z = 290 optimal solution at (3,5) z = 260 y = 8 x z = 210 y = 6 1/3 x x 0, y 0 y 6 1/3 x y 8 x y 14 2x max z = 30x + 40y 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 x May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 10 / 36

Definition (Linear program) A linear program (LP) in standard from consists of n real-valued variables x i ; n coefficients b i ; m constants c j ; n m coefficients a ij ; m constraints of the form c j n i=1 a ij x i, and an objective function to be minimized (x i 0) n i=1 b i x i. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 11 / 36

Solution of an LP: assignment of values to the x i satisfying the constraints and minimizing the objective function. Remarks: Maximization instead of minimization: easy, just change the signs of all the b i s, i = 1,...,n. Equalities instead of inequalities: x + y c if and only if there is a z 0 such that x + y + z = c (z is called a slack variable). May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 12 / 36

Solution algorithms: Usually, one uses the simplex algorithm (which is worst-case exponential!). There are also polynomial-time algorithms such as interior-point or ellipsoid algorithms. Tools and libraries: lp_solve CLP GLPK CPLEX gurobi May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 13 / 36

May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 14 / 36

Mixed-Strategy Nash Equilibria in We start with finite zero-sum games for two reasons: They are easier to solve than general finite two-player games. Understanding how to solve finite zero-sum games facilitates understanding how to solve general finite two-player games. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 16 / 36

Mixed-Strategy Nash Equilibria in In the following, we will exploit the zero-sum property of a game G when searching for mixed-strategy Nash equilibria. For that, we need the following result. Proposition Let G be a finite zero-sum game. Then the mixed extension of G is also a zero-sum game. Proof. Homework. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 17 / 36

Mixed-Strategy Nash Equilibria in Let G be a finite zero-sum game with mixed extension G. Then we know the following: 1 Previous proposition implies: G is also a zero-sum game. 2 Nash s theorem implies: G has a Nash equilibrium. 3 Maximinimizer theorem + (1) + (2) implies: Nash equilibria and pairs of maximinimizers in G are the same. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 18 / 36

Mixed-Strategy Nash Equilibria in Consequence: When looking for mixed-strategy Nash equilibria in G, it is sufficient to look for pairs of maximinimizers in G. Method: May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 19 / 36

Linear Program Encoding Approach: Let G = N,(A i ) i N,(u i ) i N be a finite zero-sum game: N = {1,2}. A 1 and A 2 are finite. U 1 (α,β ) = U 2 (α,β ) for all α (A 1 ),β (A 2 ). Player 1 looks for a maximinimizer mixed strategy α. For each possible α of player 1: Determine expected utility against best response of pl. 2. (Only need to consider finitely many pure candidates for best responses because of Support Lemma). Maximize expected utility over all possible α. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 20 / 36

Linear Program Encoding Result: maximinimizer α for player 1 in G (= Nash equilibrium strategy for player 1) Analogously: obtain maximinimizer β for player 2 in G (= Nash equilibrium strategy for player 2) With maximinimizer theorem: we can combine α and β into a Nash equilibrium. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 21 / 36

Linear Program Encoding For each possible α of player 1, determine expected utility against best response of player 2, and maximize. translates to the following LP: α(a) 0 for all a A 1 α(a) = 1 a A 1 U 1 (α,b) = a A 1 α(a) u 1 (a,b) u for all b A 2 Maximize u. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 22 / 36

Linear Program Encoding Example (Matching pennies) H H 1, 1 1, 1 T 1, 1 1, 1 Linear program for player 1: Maximize u subject to the constraints T α(h) 0, α(t) 0, α(h) + α(t) = 1, α(h) u 1 (H,H) + α(t) u 1 (T,H) = α(h) α(t) u, α(h) u 1 (H,T) + α(t) u 1 (T,T) = α(h) + α(t) u. Solution: α(h) = α(t) = 1 /2, u = 0. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 23 / 36

Linear Program Encoding Remark: There is an alternative encoding based on the observation that in zero-sum games that have a Nash equilibrium, maximinimization and minimaximization yield the same result. Idea: Formulate linear program with inequalities U 1 (a,β ) u for all a A 1 and minimize u. Analogously for β. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 24 / 36

May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 25 / 36

For general finite two-player games, the LP approach does not work. Instead, use instances of the linear complementarity problem (LCP): Linear (in-)equalities as with LPs. Additional constraints of the form x i y i = 0 (or equivalently x i = 0 y i = 0) for variables X = {x 1,...,x k } and Y = {y 1,...,y k }, and i {1,...,k}. no objective function. With LCPs, we can compute Nash equilibria for arbitrary finite two-player games. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 27 / 36

Let A 1 and A 2 be finite and let (α,β ) be a Nash equilibrium with payoff profile (u, v). Then consider this LCP encoding: u U 1 (a,β ) 0 for all a A 1 (6) v U 2 (α,b) 0 for all b A 2 (7) α(a) (u U 1 (a,β )) = 0 for all a A 1 (8) β (b) (v U 2 (α,b)) = 0 for all b A 2 (9) α(a) 0 for all a A 1 (10) α(a) = 1 a A 1 (11) β (b) 0 for all b A 2 (12) β (b) = 1 b A 2 (13) May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 28 / 36

Remarks about the encoding: In (8) and (9): for instance, α(a) (u U 1 (a,β )) = 0 if and only if α(a) = 0 or u U 1 (a,β ) = 0. This holds in every Nash equilibrium, because: if a / supp(α), then α(a) = 0, and if a supp(α), then a B 1 (β ), thus U 1 (a,β ) = u. With additional variables, the above LCP formulation can be transformed into LCP normal form. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 29 / 36

Theorem A mixed strategy profile (α,β ) with payoff profile (u,v) is a Nash equilibrium if and only if it is a solution to the LCP encoding over (α,β ) and (u,v). Proof. Nash equilibria are solutions to the LCP: Obvious because of the support lemma. Solutions to the LCP are Nash equilibria: Let (α,β,u,v) be a solution to the LCP. Because of (10) (13), α and β are mixed strategies. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 30 / 36

Theorem A mixed strategy profile (α,β ) with payoff profile (u,v) is a Nash equilibrium if and only if it is a solution to the LCP encoding over (α,β ) and (u,v). Proof. Nash equilibria are solutions to the LCP: Obvious because of the support lemma. Solutions to the LCP are Nash equilibria: Let (α,β,u,v) be a solution to the LCP. Because of (10) (13), α and β are mixed strategies. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 30 / 36

Proof (ctd.) Solutions to the LCP are Nash equilibria (ctd.): Because of (6), u is at least the maximal payoff over all possible pure responses, and because of (8), u is exactly the maximal payoff. If α(a) > 0, then, because of (8), the payoff for player 1 against β is u. The linearity of the expected utility implies that α is a best response to β. Analogously, we can show that β is a best response to α and hence (α,β ) is a Nash equilibrium with payoff profile (u,v). May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 31 / 36

Proof (ctd.) Solutions to the LCP are Nash equilibria (ctd.): Because of (6), u is at least the maximal payoff over all possible pure responses, and because of (8), u is exactly the maximal payoff. If α(a) > 0, then, because of (8), the payoff for player 1 against β is u. The linearity of the expected utility implies that α is a best response to β. Analogously, we can show that β is a best response to α and hence (α,β ) is a Nash equilibrium with payoff profile (u,v). May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 31 / 36

Proof (ctd.) Solutions to the LCP are Nash equilibria (ctd.): Because of (6), u is at least the maximal payoff over all possible pure responses, and because of (8), u is exactly the maximal payoff. If α(a) > 0, then, because of (8), the payoff for player 1 against β is u. The linearity of the expected utility implies that α is a best response to β. Analogously, we can show that β is a best response to α and hence (α,β ) is a Nash equilibrium with payoff profile (u,v). May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 31 / 36

Proof (ctd.) Solutions to the LCP are Nash equilibria (ctd.): Because of (6), u is at least the maximal payoff over all possible pure responses, and because of (8), u is exactly the maximal payoff. If α(a) > 0, then, because of (8), the payoff for player 1 against β is u. The linearity of the expected utility implies that α is a best response to β. Analogously, we can show that β is a best response to α and hence (α,β ) is a Nash equilibrium with payoff profile (u,v). May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 31 / 36

Solution Algorithm for LCPs Naïve algorithm: Enumerate all (2 n 1) (2 m 1) possible pairs of support sets. For each such pair (supp(α), supp(β )): Convert the LCP into an LP: Linear (in-)equalities are preserved. Constraints of the form α(a) (u U 1 (a,β )) = 0 are replaced by a new linear equality: u U 1 (a,β ) = 0, if a supp(α), and α(a) = 0, otherwise, Analogously for β (b) (v U 2 (α,b)) = 0. Objective function: maximize constant zero function. Apply solution algorithm for LPs to the transformed program. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 32 / 36

Solution Algorithm for LCPs Runtime of the naïve algorithm: O(p(n + m) 2 n+m ), where p is some polynomial. Better in practice: Lemke-Howson algorithm. Complexity: unknown whether LcpSolve P. LcpSolve NP is clear (naïve algorithm can be seen as a nondeterministic polynomial-time algorithm). May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 33 / 36

May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 34 / 36

Computation of mixed-strategy Nash equilibria for finite zero-sum games using linear programs. polynomial-time computation Computation of mixed-strategy Nash equilibria for general finite two player games using linear complementarity problem. computation in NP. May 2nd, 2018 B. Nebel, R. Mattmüller Game Theory 36 / 36