Uses of Package
edu.princeton.repeatedgames.rgsolve

Packages that use edu.princeton.repeatedgames.rgsolve
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.components WARNING: These classes are undocumented - Contains classes defining the components used in the rgsolve GUI. 
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.utilities A grab-bag of utility classes used by rgsolve, including some I/O classes. 
 

Classes in edu.princeton.repeatedgames.rgsolve used by edu.princeton.repeatedgames.rgsolve
AlgoParameters
          This class stores a data structure representing rgsolve's settings.
AlgoParameters.ALGO_TYPE
          enum type on algorithm choice
RGIter
          This data structure represents one iteration of the AS (or APS) algorithm
RGSolution
          This data structure represents rgsolve's solution to a game (including detailed information on the algorithm's steps).
RGSolution.TEXT_OUTPUT_TYPE
          enum for formatting of V* as text table
RGSolveMathematica.SOFTWARE
          An enum type for which software to generate code for
RGSolveProgressUpdater
          An interface showing necessary functions for any GUI that is compatible with updating of information from within RGSolve methods
 

Classes in edu.princeton.repeatedgames.rgsolve used by edu.princeton.repeatedgames.rgsolve.components
AlgoParameters.ALGO_TYPE
          enum type on algorithm choice
RGIter
          This data structure represents one iteration of the AS (or APS) algorithm
RGSolution
          This data structure represents rgsolve's solution to a game (including detailed information on the algorithm's steps).
 

Classes in edu.princeton.repeatedgames.rgsolve used by edu.princeton.repeatedgames.rgsolve.games
AlgoParameters
          This class stores a data structure representing rgsolve's settings.
 

Classes in edu.princeton.repeatedgames.rgsolve used by edu.princeton.repeatedgames.rgsolve.utilities
AlgoParameters
          This class stores a data structure representing rgsolve's settings.
RGSolution
          This data structure represents rgsolve's solution to a game (including detailed information on the algorithm's steps).