Uses of Class
ai.timefold.solver.core.impl.exhaustivesearch.decider.AbstractExhaustiveSearchDecider
Packages that use AbstractExhaustiveSearchDecider
Package
Description
-
Uses of AbstractExhaustiveSearchDecider in ai.timefold.solver.core.impl.exhaustivesearch
Fields in ai.timefold.solver.core.impl.exhaustivesearch declared as AbstractExhaustiveSearchDeciderModifier and TypeFieldDescriptionprotected final AbstractExhaustiveSearchDecider<Solution_,? extends Score<?>> DefaultExhaustiveSearchPhase.deciderConstructors in ai.timefold.solver.core.impl.exhaustivesearch with parameters of type AbstractExhaustiveSearchDeciderModifierConstructorDescriptionBuilder(int phaseIndex, String logIndentation, PhaseTermination<Solution_> phaseTermination, Comparator<ExhaustiveSearchNode<Solution_>> nodeComparator, AbstractExhaustiveSearchDecider<Solution_, ? extends Score<?>> decider) -
Uses of AbstractExhaustiveSearchDecider in ai.timefold.solver.core.impl.exhaustivesearch.decider
Subclasses of AbstractExhaustiveSearchDecider in ai.timefold.solver.core.impl.exhaustivesearch.deciderModifier and TypeClassDescriptionfinal classBasicExhaustiveSearchDecider<Solution_,Score_ extends Score<Score_>> final classListVariableExhaustiveSearchDecider<Solution_,Score_ extends Score<Score_>> final classMixedVariableExhaustiveSearchDecider<Solution_,Score_ extends Score<Score_>> Decider for mixed models depends on the basic and lists variable deciders.Constructors in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type AbstractExhaustiveSearchDeciderModifierConstructorDescriptionMixedVariableExhaustiveSearchDecider(AbstractExhaustiveSearchDecider<Solution_, ? extends Score<?>> basicVariableDecider, AbstractExhaustiveSearchDecider<Solution_, ? extends Score<?>> listVariableDecider)