Interface ProblemProvider<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- 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 SummaryModifier and TypeMethodDescriptionvoidwriteSolution(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult)