Interface MoveProvider<Solution_>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Known Implementing Classes:
ChangeMoveProvider, ListChangeMoveProvider, ListSwapMoveProvider, SwapMoveProvider

@NullMarked public interface MoveProvider<Solution_>
Implement this to provide a definition for one move type.
See Also: