Uses of Interface
ai.timefold.solver.core.impl.partitionedsearch.partitioner.SolutionPartitioner
Packages that use SolutionPartitioner
-
Uses of SolutionPartitioner in ai.timefold.solver.core.config.partitionedsearch
Fields in ai.timefold.solver.core.config.partitionedsearch with type parameters of type SolutionPartitionerModifier and TypeFieldDescriptionprotected Class<? extends SolutionPartitioner<?>>PartitionedSearchPhaseConfig.solutionPartitionerClassMethods in ai.timefold.solver.core.config.partitionedsearch that return types with arguments of type SolutionPartitionerModifier and TypeMethodDescription@Nullable Class<? extends SolutionPartitioner<?>>PartitionedSearchPhaseConfig.getSolutionPartitionerClass()Method parameters in ai.timefold.solver.core.config.partitionedsearch with type arguments of type SolutionPartitionerModifier and TypeMethodDescriptionvoidPartitionedSearchPhaseConfig.setSolutionPartitionerClass(@Nullable Class<? extends SolutionPartitioner<?>> solutionPartitionerClass) @NonNull PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig.withSolutionPartitionerClass(@NonNull Class<? extends SolutionPartitioner<?>> solutionPartitionerClass)