Uses of Class
org.optaplanner.core.impl.exhaustivesearch.decider.ExhaustiveSearchDecider
-
Packages that use ExhaustiveSearchDecider Package Description org.optaplanner.core.impl.exhaustivesearch -
-
Uses of ExhaustiveSearchDecider in org.optaplanner.core.impl.exhaustivesearch
Fields in org.optaplanner.core.impl.exhaustivesearch declared as ExhaustiveSearchDecider Modifier and Type Field Description protected ExhaustiveSearchDecider<Solution_>
DefaultExhaustiveSearchPhase. decider
Constructors in org.optaplanner.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)
-