Uses of Class
ai.timefold.solver.core.impl.heuristic.move.AbstractUndoMove
Packages that use AbstractUndoMove
Package
Description
Contains classes relevant to K-Opt moves.
-
Uses of AbstractUndoMove in ai.timefold.solver.core.impl.heuristic.move
Subclasses of AbstractUndoMove in ai.timefold.solver.core.impl.heuristic.move -
Uses of AbstractUndoMove in ai.timefold.solver.core.impl.heuristic.selector.move.generic
-
Uses of AbstractUndoMove in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt
Subclasses of AbstractUndoMove in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.koptModifier and TypeClassDescriptionfinal classUndoKOptListMove<Solution_>A K-Opt move that does the list rotation before performing the flips instead of after, allowing it to act as the undo move of a K-Opt move that does the rotation after the flips. -
Uses of AbstractUndoMove in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.ruin