Package | Description |
---|---|
org.optaplanner.benchmark.config |
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
|
org.optaplanner.benchmark.impl.result | |
org.optaplanner.core.api.solver |
Solver , SolverFactory , ... |
org.optaplanner.core.config.solver | |
org.optaplanner.core.impl.solver |
Modifier and Type | Method and Description |
---|---|
SolverConfig |
SolverBenchmarkConfig.getSolverConfig() |
Modifier and Type | Method and Description |
---|---|
void |
SolverBenchmarkConfig.setSolverConfig(SolverConfig solverConfig) |
Modifier and Type | Method and Description |
---|---|
SolverConfig |
SolverBenchmarkResult.getSolverConfig() |
Modifier and Type | Method and Description |
---|---|
void |
SolverBenchmarkResult.setSolverConfig(SolverConfig solverConfig) |
Modifier and Type | Method and Description |
---|---|
abstract SolverConfig |
SolverFactory.getSolverConfig()
Allows you to programmatically change the
SolverConfig at runtime before building the Solver . |
Modifier and Type | Method and Description |
---|---|
void |
SolverConfig.inherit(SolverConfig inheritedConfig) |
Constructor and Description |
---|
SolverConfig(SolverConfig inheritedConfig) |
Modifier and Type | Field and Description |
---|---|
protected SolverConfig |
AbstractSolverFactory.solverConfig |
Modifier and Type | Method and Description |
---|---|
SolverConfig |
AbstractSolverFactory.getSolverConfig() |
Constructor and Description |
---|
EmptySolverFactory(SolverConfigContext solverConfigContext,
SolverConfig solverConfig) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.