Class DefaultSolverFactory<Solution_>

java.lang.Object
org.optaplanner.core.impl.solver.DefaultSolverFactory<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
SolverFactory<Solution_>

public final class DefaultSolverFactory<Solution_> extends Object implements SolverFactory<Solution_>
See Also: