Uses of Class
edu.princeton.repeatedgames.rgsolve.games.specialgames.BertrandPerfectSubs

Packages that use BertrandPerfectSubs
edu.princeton.repeatedgames.rgsolve.games Contains the Game class which defines a repeated game, and classes for constructing, manipulating and analyzing games. 
 

Uses of BertrandPerfectSubs in edu.princeton.repeatedgames.rgsolve.games
 

Methods in edu.princeton.repeatedgames.rgsolve.games that return BertrandPerfectSubs
static BertrandPerfectSubs GameFactory.getBertrandPerfectSubs(int m1, int m2)
          An m1 x m2 Bertrand game with perfect substitutes, where demand is Q = A - B * min{p1, p2}, and the entire market is captured by the lowest-price firm.