|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.kernel.solver.search.SolutionPoolFactory
public final class SolutionPoolFactory
Method Summary | |
---|---|
static ISolutionPool |
makeDefaultSolutionPool(AbstractGlobalSearchStrategy strategy,
int capacity)
|
static ISolutionPool |
makeFifoSolutionPool(AbstractGlobalSearchStrategy strategy,
int capacity)
contains the last/best solutions (capa > 0). |
static ISolutionPool |
makeInfiniteSolutionPool(AbstractGlobalSearchStrategy strategy)
record all solution (not resizable). |
static ISolutionPool |
makeNoSolutionPool()
pool with a nil capacity (not resizable). |
static ISolutionPool |
makeOneSolutionPool(AbstractGlobalSearchStrategy strategy)
pool of unit capacity, contains the last solution (not resizable); |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ISolutionPool makeNoSolutionPool()
public static ISolutionPool makeOneSolutionPool(AbstractGlobalSearchStrategy strategy)
public static ISolutionPool makeFifoSolutionPool(AbstractGlobalSearchStrategy strategy, int capacity)
public static ISolutionPool makeInfiniteSolutionPool(AbstractGlobalSearchStrategy strategy)
public static ISolutionPool makeDefaultSolutionPool(AbstractGlobalSearchStrategy strategy, int capacity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |