Uses of Class
ai.timefold.solver.core.impl.exhaustivesearch.decider.ExhaustiveSearchDecider
-
Packages that use ExhaustiveSearchDecider Package Description ai.timefold.solver.core.impl.exhaustivesearch -
-
Uses of ExhaustiveSearchDecider in ai.timefold.solver.core.impl.exhaustivesearch
Fields in ai.timefold.solver.core.impl.exhaustivesearch declared as ExhaustiveSearchDecider Modifier and Type Field Description protected ExhaustiveSearchDecider<Solution_>DefaultExhaustiveSearchPhase. deciderConstructors in ai.timefold.solver.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchDecider Constructor Description Builder(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, Comparator<ExhaustiveSearchNode> nodeComparator, EntitySelector<Solution_> entitySelector, ExhaustiveSearchDecider<Solution_> decider)
-