| 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.solver |
| 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,
int newUninitializedVariableCount) |
| Modifier and Type | Method and Description |
|---|---|
<Solution_ extends Solution> |
SolverConfig.buildSolver()
Deprecated.
|
<Solution_ extends Solution> |
SolverConfig.buildSolver(ClassLoader classLoader)
Deprecated.
|
<Solution_ extends Solution> |
SolverConfig.buildSolver(SolverConfigContext configContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSolver<Solution_ extends Solution>
Default implementation for
Solver. |
| Modifier and Type | Method and Description |
|---|---|
Solver<Solution_> |
AbstractSolverFactory.buildSolver() |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.