Uses of Enum
org.optaplanner.core.api.solver.SolverStatus
-
Uses of SolverStatus in org.optaplanner.core.api.solver
Modifier 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
Modifier and TypeMethodDescriptionDefaultSolverJob.getSolverStatus()
DefaultSolverManager.getSolverStatus
(ProblemId_ problemId)