Class SRPTPerPT

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class SRPTPerPT
    extends PR
    This class implements the Remaining Processing Time per Imminent Processing Time rule. This is rule 10 in Blackwater et al. (1982) "A state-of-the-art survey of dispatching rules for job shop operations". It seems to perform well especially for the makespan objective.
    Author:
    Torsten Hildebrandt, 2011-12-01
    See Also:
    Serialized Form
    • Constructor Detail

      • SRPTPerPT

        public SRPTPerPT()
    • Method Detail

      • calcPrio

        public double calcPrio​(PrioRuleTarget job)
        Description copied from class: PR
        Returns the priority value of entry. This method has to be overwritten by a priority rule.
        Specified by:
        calcPrio in class PR