Interface ProblemProvider<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Known Implementing Classes:
FileProblemProvider,InstanceProblemProvider
public interface ProblemProvider<Solution_>
Subclasses need to implement
equals() and hashCode()
which are used by ProblemBenchmarksFactory.buildProblemBenchmarkList(org.optaplanner.benchmark.impl.result.SolverBenchmarkResult, Solution_[]).-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteSolution(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult)