Uses of Class
ai.timefold.solver.core.impl.exhaustivesearch.node.ExhaustiveSearchLayer
Packages that use ExhaustiveSearchLayer
Package
Description
-
Uses of ExhaustiveSearchLayer in ai.timefold.solver.core.impl.exhaustivesearch.decider
Methods in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type ExhaustiveSearchLayerModifier and TypeMethodDescriptionprotected voidAbstractExhaustiveSearchDecider.expandNode(ExhaustiveSearchStepScope<Solution_> stepScope, ExhaustiveSearchNode<Solution_> expandingNode, ExhaustiveSearchLayer moveLayer, MutableInt moveIndex) protected voidAbstractExhaustiveSearchDecider.initStartNode(ExhaustiveSearchPhaseScope<Solution_> phaseScope, ExhaustiveSearchLayer layer) protected voidMixedVariableExhaustiveSearchDecider.initStartNode(ExhaustiveSearchPhaseScope<Solution_> phaseScope, ExhaustiveSearchLayer layer) -
Uses of ExhaustiveSearchLayer in ai.timefold.solver.core.impl.exhaustivesearch.node
Methods in ai.timefold.solver.core.impl.exhaustivesearch.node that return ExhaustiveSearchLayerConstructors in ai.timefold.solver.core.impl.exhaustivesearch.node with parameters of type ExhaustiveSearchLayerModifierConstructorDescriptionExhaustiveSearchNode(ExhaustiveSearchLayer layer, ExhaustiveSearchNode<Solution_> parent) -
Uses of ExhaustiveSearchLayer in ai.timefold.solver.core.impl.exhaustivesearch.scope
Methods in ai.timefold.solver.core.impl.exhaustivesearch.scope that return types with arguments of type ExhaustiveSearchLayerMethod parameters in ai.timefold.solver.core.impl.exhaustivesearch.scope with type arguments of type ExhaustiveSearchLayerModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseScope.setLayerList(List<ExhaustiveSearchLayer> layerList)