Uses of Interface
ai.timefold.solver.core.preview.api.move.SolutionView
Packages that use SolutionView
Package
Description
This package contains classes and interfaces that are used to write moves to explore the neighborhood of a
PlanningSolution.-
Uses of SolutionView in ai.timefold.solver.core.impl.heuristic.move
Methods in ai.timefold.solver.core.impl.heuristic.move with parameters of type SolutionViewModifier and TypeMethodDescriptionbooleanLegacyMoveAdapter.isMoveDoable(SolutionView<Solution_> solutionView) -
Uses of SolutionView in ai.timefold.solver.core.impl.move
Subinterfaces of SolutionView in ai.timefold.solver.core.impl.move -
Uses of SolutionView in ai.timefold.solver.core.impl.move.director
Classes in ai.timefold.solver.core.impl.move.director that implement SolutionViewModifier and TypeClassDescriptionfinal classEphemeralMoveDirector<Solution_>The only move director that supports undoing moves.classMoveDirector<Solution_> -
Uses of SolutionView in ai.timefold.solver.core.preview.api.move
Subinterfaces of SolutionView in ai.timefold.solver.core.preview.api.moveModifier and TypeInterfaceDescriptioninterfaceMutableSolutionView<Solution_>Contains all reading and mutating methods available to aMovein order to change the state of aplanning solution.