Package edu.princeton.repeatedgames.rgsolve.utilities

A grab-bag of utility classes used by rgsolve, including some I/O classes.

See:
          Description

Class Summary
BitSetFixed An extension of Bitset with a more intuitive length() method
Fraction A class for converting doubles to rationals, and the reverse.
MatrixTextUtilities A utility class for translating arrays and BitSets to String, and the reverse.
RGSolveIO This class contains IO methods for saving and opening files
RGSolveIO.OpenGameReturnObject Contains a StageGame object and its title/name and extension
RGSolveIO.SpecialFileFilter This class is used for extracting the extensions from files so that they can be opened/parsed properly by rgsolve
SettingsIO This class is used for opening and saving settings, the object type AlgoParameters
UtilityFunctions TODO Put here a description of what this class does.
 

Package edu.princeton.repeatedgames.rgsolve.utilities Description

A grab-bag of utility classes used by rgsolve, including some I/O classes.