Solution_
- the solution type, the class with the PlanningSolution
annotationpublic interface ProblemProvider<Solution_>
#equals(Object)
and #hashCode()
which is used by ProblemBenchmarksConfig#buildProblemBenchmarkList(SolverConfigContext, 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–2017 JBoss by Red Hat. All rights reserved.