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 |
SolverFactory.buildSolver()
Creates a new
Solver instance. |
Constructor and Description |
---|
BestSolutionChangedEvent(Solver solver,
long timeMillisSpent,
SolutionG newBestSolution,
int newUninitializedVariableCount) |
Modifier and Type | Method and Description |
---|---|
Solver |
SolverConfig.buildSolver() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSolver
Default implementation for
Solver . |
Modifier and Type | Method and Description |
---|---|
Solver |
XStreamXmlSolverFactory.buildSolver() |
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.