Uses of Class
ai.timefold.solver.core.impl.exhaustivesearch.decider.ExhaustiveSearchDecider
Packages that use ExhaustiveSearchDecider
-
Uses of ExhaustiveSearchDecider in ai.timefold.solver.core.impl.exhaustivesearch
Fields in ai.timefold.solver.core.impl.exhaustivesearch declared as ExhaustiveSearchDeciderModifier and TypeFieldDescriptionprotected final ExhaustiveSearchDecider<Solution_>DefaultExhaustiveSearchPhase.deciderConstructors in ai.timefold.solver.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchDeciderModifierConstructorDescriptionBuilder(int phaseIndex, String logIndentation, PhaseTermination<Solution_> phaseTermination, Comparator<ExhaustiveSearchNode> nodeComparator, EntitySelector<Solution_> entitySelector, ExhaustiveSearchDecider<Solution_> decider)