Solution_ - the solution type, the class with the PlanningSolution annotationpublic interface ProblemProvider<Solution_>
equals() and hashCode()
 which are used by ProblemBenchmarksConfig.buildProblemBenchmarkList(org.optaplanner.core.config.SolverConfigContext, org.optaplanner.benchmark.impl.result.SolverBenchmarkResult, Solution_[]).| Modifier and Type | Method and Description | 
|---|---|
String | 
getProblemName()  | 
Solution_ | 
readProblem()  | 
void | 
writeSolution(Solution_ solution,
             SubSingleBenchmarkResult subSingleBenchmarkResult)  | 
String getProblemName()
Solution_ readProblem()
void writeSolution(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult)
solution - never nullsubSingleBenchmarkResult - never nullCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.