majoritySingleVetoGame {CoopGame} | R Documentation |
Create a list containing
all information about a specified weighted majority game with a single veto player:
If coalition S
has at least 2 members and if the veto player is part of the
coalition it generates a value of 1
, otherwise 0
.
Note that weighted majority games with a single veto player are always simple games.
majoritySingleVetoGame(n, vetoPlayer)
n |
represents the number of players |
vetoPlayer |
represents the veto player |
A list with three elements representing the specified weighted majority game with a single veto player (n, vetoPlayer, Game vector v)
majoritySingleVetoGameValue, majoritySingleVetoGameVector
Jochen Staudacher jochen.staudacher@hs-kempten.de
Jackson M.O. (2008) Social and Economic Networks, Princeton University Press, p. 415
library(CoopGame)
majoritySingleVetoGame(n=3, vetoPlayer=1)