Interface ProblemProvider<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
- 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 TypeMethodDescriptionvoid
writeSolution
(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult)