Uses of Class
edu.princeton.repeatedgames.rgsolve.polygon.GameExtremePointList

Packages that use GameExtremePointList
edu.princeton.repeatedgames.rgsolve.polygon Contains classes and methods used for storing and manipulating the polygons that define payoff sets - Includes a convex hull routine, and the class GameExtremePoint, which defines an equilibrium extreme point of V* and how it is generated. 
 

Uses of GameExtremePointList in edu.princeton.repeatedgames.rgsolve.polygon
 

Methods in edu.princeton.repeatedgames.rgsolve.polygon that return GameExtremePointList
 GameExtremePointList GameExtremePointList.getContractions(double g1, double g2, double discount)
          This method contracts all of the points in this list towards the payoff (g1,g2) using the discount factor discount, and stores the contractions in a new list