Class ApplyStepOperation<Solution_,​Score_ extends Score<Score_>>

    • Constructor Detail

      • ApplyStepOperation

        public ApplyStepOperation​(int stepIndex,
                                  Move<Solution_> step,
                                  Score_ score)
    • Method Detail

      • getStepIndex

        public int getStepIndex()
      • getScore

        public Score_ getScore()