Uses of Interface
ai.timefold.solver.core.preview.api.move.MoveTester
Packages that use MoveTester
Package
Description
This package contains classes and interfaces that are used to write moves to explore the neighborhood of a
PlanningSolution.-
Uses of MoveTester in ai.timefold.solver.core.impl.move
Classes in ai.timefold.solver.core.impl.move that implement MoveTester -
Uses of MoveTester in ai.timefold.solver.core.preview.api.move
Methods in ai.timefold.solver.core.preview.api.move that return MoveTesterModifier and TypeMethodDescriptionstatic <Solution_>
MoveTester<Solution_>MoveTester.build(PlanningSolutionMetaModel<Solution_> solutionMetaModel) Creates a newMoveTesterfor the given solution and entity classes.