java.lang.Object
ai.timefold.solver.core.impl.heuristic.move.AbstractUndoMove<Solution_>
ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt.UndoKOptListMove<Solution_>
Type Parameters:
Solution_ -
All Implemented Interfaces:
Move<Solution_>

public final class UndoKOptListMove<Solution_> extends AbstractUndoMove<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.