Package ai.timefold.solver.core.impl.exhaustivesearch.node.comparator
package ai.timefold.solver.core.impl.exhaustivesearch.node.comparator
-
ClassesClassDescriptionBreadthFirstNodeComparator<Solution_>Investigate nodes layer by layer: investigate shallower nodes first.DepthFirstNodeComparator<Solution_>Investigate deeper nodes first.OptimisticBoundFirstNodeComparator<Solution_>Investigate the nodes with a better optimistic bound first, then deeper nodes.OriginalOrderNodeComparator<Solution_>Investigate deeper nodes first, in order.ScoreFirstNodeComparator<Solution_>Investigate the nodes with a better optimistic bound first, then deeper nodes.