Uses of Interface
org.optaplanner.core.api.solver.SolverFactory
-
Uses of SolverFactory in org.optaplanner.core.api.score
Modifier and TypeMethodDescriptionstatic <Solution_,
Score_ extends Score<Score_>>
ScoreManager<Solution_,Score_> ScoreManager.create
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version.Uses aSolverFactory
to build aScoreManager
. -
Uses of SolverFactory in org.optaplanner.core.api.solver
Modifier and TypeMethodDescriptionstatic <Solution_>
SolverFactory<Solution_>SolverFactory.create
(SolverConfig solverConfig) Uses aSolverConfig
to build aSolverFactory
.static <Solution_>
SolverFactory<Solution_>SolverFactory.createFromXmlFile
(File solverConfigFile) Reads an XML solver configuration from the file system and uses thatSolverConfig
to build aSolverFactory
.static <Solution_>
SolverFactory<Solution_>SolverFactory.createFromXmlFile
(File solverConfigFile, ClassLoader classLoader) As defined bycreateFromXmlFile(File)
.static <Solution_>
SolverFactory<Solution_>SolverFactory.createFromXmlResource
(String solverConfigResource) Reads an XML solver configuration from the classpath and uses thatSolverConfig
to build aSolverFactory
.static <Solution_>
SolverFactory<Solution_>SolverFactory.createFromXmlResource
(String solverConfigResource, ClassLoader classLoader) As defined bycreateFromXmlResource(String)
.Modifier and TypeMethodDescriptionstatic <Solution_,
Score_ extends Score<Score_>>
SolutionManager<Solution_,Score_> SolutionManager.create
(SolverFactory<Solution_> solverFactory) Uses aSolverFactory
to build aSolutionManager
.static <Solution_,
ProblemId_>
SolverManager<Solution_,ProblemId_> SolverManager.create
(SolverFactory<Solution_> solverFactory) Use aSolverFactory
to build aSolverManager
.static <Solution_,
ProblemId_>
SolverManager<Solution_,ProblemId_> SolverManager.create
(SolverFactory<Solution_> solverFactory, SolverManagerConfig solverManagerConfig) -
Uses of SolverFactory in org.optaplanner.core.impl.solver
ModifierConstructorDescriptionDefaultSolutionManager
(SolverFactory<Solution_> solverFactory) DefaultSolverManager
(SolverFactory<Solution_> solverFactory, SolverManagerConfig solverManagerConfig) -
Uses of SolverFactory in org.optaplanner.test.impl.score
ModifierConstructorDescriptionAbstractScoreVerifier
(SolverFactory<Solution_> solverFactory, Class<? extends Score<?>> expectedScoreClass) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendable
ModifierConstructorDescriptionBendableScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendablebigdecimal
ModifierConstructorDescriptionBendableBigDecimalScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendablelong
ModifierConstructorDescriptionBendableLongScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardmediumsoft
ModifierConstructorDescriptionHardMediumSoftScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardmediumsoftlong
ModifierConstructorDescriptionHardMediumSoftLongScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoft
ModifierConstructorDescriptionHardSoftScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoftbigdecimal
ModifierConstructorDescriptionHardSoftBigDecimalScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoftlong
ModifierConstructorDescriptionHardSoftLongScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simple
ModifierConstructorDescriptionSimpleScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simplebigdecimal
ModifierConstructorDescriptionSimpleBigDecimalScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simplelong
ModifierConstructorDescriptionSimpleLongScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version.