solveGame: Solve a two-person zero-sum game.

Description Usage Arguments Value Examples

Description

Solve a two-person zero-sum game.

Usage

1

Arguments

matrix

A matrix.

Value

The value of the game matrix, the saddlepoints of the matrix if existing and the strategies of the players if the strategies are not pure.

Examples

1
2
solveGame(matrix(c(10,2,2,10,4,8,1,12), ncol = 2, byrow = TRUE))
solveGame(matrix(c(-3,1,2,0,5,2,3,2,2,-3,1,-3,1,0,-2,2), nrow = 4, byrow = TRUE))

ChristophJW/solveTPZSG documentation built on May 31, 2019, 2:20 p.m.