Uses of Class
edu.princeton.repeatedgames.rgsolve.RGSolveMathematica.SOFTWARE

Packages that use RGSolveMathematica.SOFTWARE
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. 
 

Uses of RGSolveMathematica.SOFTWARE in edu.princeton.repeatedgames.rgsolve
 

Methods in edu.princeton.repeatedgames.rgsolve that return RGSolveMathematica.SOFTWARE
static RGSolveMathematica.SOFTWARE RGSolveMathematica.SOFTWARE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RGSolveMathematica.SOFTWARE[] RGSolveMathematica.SOFTWARE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.princeton.repeatedgames.rgsolve with parameters of type RGSolveMathematica.SOFTWARE
private static java.lang.String RGSolveMathematica.getEquationSystem(Game game, GameExtremePoint[] V_star, int[] BR1, int[] BR2, RGSolveMathematica.SOFTWARE software)
          Returns the command for the the software in software's algebraic solver to find the exact solution to the system of equations defining V*, a system derived from the extreme points (and how they are generated) stored in V_star