Package ai.timefold.solver.core.impl.exhaustivesearch.decider
package ai.timefold.solver.core.impl.exhaustivesearch.decider
-
ClassesClassDescriptionAbstractExhaustiveSearchDecider<Solution_,
Score_ extends Score<Score_>> BasicExhaustiveSearchDecider<Solution_,Score_ extends Score<Score_>> ListVariableExhaustiveSearchDecider<Solution_,Score_ extends Score<Score_>> MixedVariableExhaustiveSearchDecider<Solution_,Score_ extends Score<Score_>> Decider for mixed models depends on the basic and lists variable deciders.