Uses of Interface
ai.timefold.solver.core.preview.api.move.MoveTestContext
Packages that use MoveTestContext
Package
Description
This package contains classes and interfaces that are used to write moves to explore the neighborhood of a
PlanningSolution.-
Uses of MoveTestContext in ai.timefold.solver.core.impl.move
Classes in ai.timefold.solver.core.impl.move that implement MoveTestContextMethods in ai.timefold.solver.core.impl.move that return MoveTestContextModifier and TypeMethodDescription -
Uses of MoveTestContext in ai.timefold.solver.core.preview.api.move
Methods in ai.timefold.solver.core.preview.api.move that return MoveTestContextModifier and TypeMethodDescriptionCreates an execution context for the given solution instance. -
Uses of MoveTestContext in ai.timefold.solver.core.preview.api.neighborhood
Methods in ai.timefold.solver.core.preview.api.neighborhood that return MoveTestContextModifier and TypeMethodDescriptionNeighborhoodTestContext.getMoveTestContext()May be used to execute moves retrieved from this context on the bound solution instance.