Interface IScheduleComputer

    • Method Detail

      • fillTimes

        void fillTimes​(IJobSchedulingInput problemInput,
                       java.util.List<Pair<Operation,​Machine>> assignments,
                       java.util.Map<Job,​java.lang.Integer> arrivalTimes,
                       java.util.Map<Operation,​java.lang.Integer> startTimes,
                       java.util.Map<Operation,​java.lang.Integer> endTimes,
                       java.util.Map<Operation,​java.lang.Integer> setupStartTimes,
                       java.util.Map<Operation,​java.lang.Integer> setupEndTimes)