Uses of Enum Class
org.ddolib.common.solver.SearchStatus
Packages that use SearchStatus
Package
Description
This package contains interfaces that must be extended to implements solvers.
-
Uses of SearchStatus in org.ddolib.common.solver
Methods in org.ddolib.common.solver that return SearchStatusModifier and TypeMethodDescriptionSearchStatistics.status()Returns the value of thestatusrecord component.static SearchStatusReturns the enum constant of this class with the specified name.static SearchStatus[]SearchStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ddolib.common.solver with parameters of type SearchStatusModifierConstructorDescriptionSearchStatistics(SearchStatus status, int nbIterations, int queueMaxSize, long runTimeMs, double incumbent, double gap) Creates an instance of aSearchStatisticsrecord class.