Uses of Package
edu.princeton.repeatedgames.rgsolve.utilities

Packages that use edu.princeton.repeatedgames.rgsolve.utilities
edu.princeton.repeatedgames.rgsolve Contains the core classes of the rgsolve package, including the solver class RGSolve, the solver settings AlgoParameters, and data structures like RGSolution for storing game solutions and algorithm information. 
edu.princeton.repeatedgames.rgsolve.games Contains the Game class which defines a repeated game, and classes for constructing, manipulating and analyzing games. 
edu.princeton.repeatedgames.rgsolve.games.staticmethods   
edu.princeton.repeatedgames.rgsolve.utilities A grab-bag of utility classes used by rgsolve, including some I/O classes. 
edu.princeton.repeatedgames.rgsolve.utilities.gamecompiler A subpackage used in dynamically defining, compiling and loading games from user-written source code from within the rgsolve GUI. 
 

Classes in edu.princeton.repeatedgames.rgsolve.utilities used by edu.princeton.repeatedgames.rgsolve
BitSetFixed
          An extension of Bitset with a more intuitive length() method
Fraction
          A class for converting doubles to rationals, and the reverse.
 

Classes in edu.princeton.repeatedgames.rgsolve.utilities used by edu.princeton.repeatedgames.rgsolve.games
BitSetFixed
          An extension of Bitset with a more intuitive length() method
Fraction
          A class for converting doubles to rationals, and the reverse.
 

Classes in edu.princeton.repeatedgames.rgsolve.utilities used by edu.princeton.repeatedgames.rgsolve.games.staticmethods
BitSetFixed
          An extension of Bitset with a more intuitive length() method
 

Classes in edu.princeton.repeatedgames.rgsolve.utilities used by edu.princeton.repeatedgames.rgsolve.utilities
BitSetFixed
          An extension of Bitset with a more intuitive length() method
Fraction
          A class for converting doubles to rationals, and the reverse.
RGSolveIO.OpenGameReturnObject
          Contains a StageGame object and its title/name and extension
 

Classes in edu.princeton.repeatedgames.rgsolve.utilities used by edu.princeton.repeatedgames.rgsolve.utilities.gamecompiler
RGSolveIO.OpenGameReturnObject
          Contains a StageGame object and its title/name and extension