Uses of Enum
org.optaplanner.core.api.solver.SolverStatus
Packages that use SolverStatus
-
Uses of SolverStatus in org.optaplanner.core.api.solver
Methods in org.optaplanner.core.api.solver that return SolverStatusModifier and TypeMethodDescriptionSolverJob.getSolverStatus()
Returns whether theSolver
is scheduled to solve, actively solving or not.SolverManager.getSolverStatus
(ProblemId_ problemId) Returns if theSolver
is scheduled to solve, actively solving or not.static SolverStatus
Returns the enum constant of this type with the specified name.static SolverStatus[]
SolverStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SolverStatus in org.optaplanner.core.impl.solver
Methods in org.optaplanner.core.impl.solver that return SolverStatusModifier and TypeMethodDescriptionDefaultSolverJob.getSolverStatus()
DefaultSolverManager.getSolverStatus
(ProblemId_ problemId)