edu.princeton.repeatedgames.rgsolve.games.specialgames
Class AbreuSannikovExample2

java.lang.Object
  extended by edu.princeton.repeatedgames.rgsolve.games.Game
      extended by edu.princeton.repeatedgames.rgsolve.games.BimatrixGame
          extended by edu.princeton.repeatedgames.rgsolve.games.specialgames.AbreuSannikovExample2
All Implemented Interfaces:
java.io.Serializable

public final class AbreuSannikovExample2
extends BimatrixGame
implements java.io.Serializable

This game is the example in figure 8 of Abreu-Sannikov 2013

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serialization ID
 
Fields inherited from class edu.princeton.repeatedgames.rgsolve.games.Game
description, extension
 
Constructor Summary
AbreuSannikovExample2()
          Constructs the example
 
Method Summary
 
Methods inherited from class edu.princeton.repeatedgames.rgsolve.games.BimatrixGame
payoff1, payoff2, setPayoff
 
Methods inherited from class edu.princeton.repeatedgames.rgsolve.games.Game
actionUsable, copyUsableActions, delta, m, m1, m2, payoff, payoff, setActionUsable, setDescription, setDiscount, usableActionsDefined
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
serialization ID

See Also:
Constant Field Values
Constructor Detail

AbreuSannikovExample2

public AbreuSannikovExample2()
Constructs the example