Class MatchChainRotationsMove

java.lang.Object
org.optaplanner.core.impl.heuristic.move.AbstractMove<TravelingTournament>
org.optaplanner.examples.travelingtournament.solver.move.MatchChainRotationsMove
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.move.Move<TravelingTournament>

public class MatchChainRotationsMove extends org.optaplanner.core.impl.heuristic.move.AbstractMove<TravelingTournament>
  • Constructor Details

    • MatchChainRotationsMove

      public MatchChainRotationsMove(List<Match> firstMatchList, List<Match> secondMatchList)
  • Method Details