Home
last modified time | relevance | path

Searched refs:FPJGSolver (Results 1 – 2 of 2) sorted by relevance

/dports/math/oink/oink-c1259fe/src/
H A Dfpj.hpp40 class FPJGSolver : public FPJSolver class
43 FPJGSolver(Oink *oink, Game *game) : FPJSolver(oink, game) { greedy = true; } in FPJGSolver() function in pg::FPJGSolver
44 virtual ~FPJGSolver() { } in ~FPJGSolver()
H A Dsolvers.cpp59 …ation with justifications", 1, [] (Oink* oink, Game* game) { return new FPJGSolver(oink, game); }); in Solvers()