Class DK

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class DK
    extends PR
    This class implements the DK rule, developed by Mahmoodi and Dooley (1991), see also Pickardt and Branke (2012). The rule is an adaption of EDD, which penalizes jobs that require a setup.
    Author:
    Christoph Pickardt, 2011-11-15
    See Also:
    Serialized Form
    • Field Detail

      • k

        public final double k
    • Constructor Detail

      • DK

        public DK​(double k)
    • 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