Package | Description |
---|---|
org.optaplanner.core.api.solver |
Solver , SolverFactory , ... |
org.optaplanner.core.api.solver.event |
Event listeners for
Solver . |
org.optaplanner.core.config.solver | |
org.optaplanner.core.impl.partitionedsearch | |
org.optaplanner.core.impl.solver | |
org.optaplanner.core.impl.solver.event |
Modifier and Type | Method and Description |
---|---|
abstract Solver<Solution_> |
SolverFactory.buildSolver()
Creates a new
Solver instance. |
Constructor and Description |
---|
BestSolutionChangedEvent(Solver<Solution_> solver,
long timeMillisSpent,
Solution_ newBestSolution,
Score newBestScore) |
Modifier and Type | Method and Description |
---|---|
<Solution_> |
SolverConfig.buildSolver(SolverConfigContext configContext)
Do not use this method, it is an internal method.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionSolver<Solution_> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSolver<Solution_>
Common code between
DefaultSolver and child solvers (such as PartitionSolver . |
class |
DefaultSolver<Solution_>
Default implementation for
Solver . |
Modifier and Type | Method and Description |
---|---|
Solver<Solution_> |
DefaultSolverFactory.buildSolver() |
Constructor and Description |
---|
SolverEventSupport(Solver<Solution_> solver) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.