Searched refs:FPJGSolver (Results 1 – 2 of 2) sorted by relevance
40 class FPJGSolver : public FPJSolver class43 FPJGSolver(Oink *oink, Game *game) : FPJSolver(oink, game) { greedy = true; } in FPJGSolver() function in pg::FPJGSolver44 virtual ~FPJGSolver() { } in ~FPJGSolver()
59 …ation with justifications", 1, [] (Oink* oink, Game* game) { return new FPJGSolver(oink, game); }); in Solvers()