Class SRPT

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class SRPT
    extends PR
    This class implements the Shortest Remaining Processing Time rule, which equals SPT for problems with only one work center.
    Author:
    Torsten Hildebrandt
    See Also:
    Serialized Form
    • Constructor Detail

      • SRPT

        public SRPT()
    • 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