Job release rule

Description

Job release rules are called to rank jobs with identical release dates.

Synopsis


#include "factor.h"

double myrule(op)

ORDER *op;    /* Pointer to the order. */

Returns


A ranking value for the job.

Install


The following function called from ucini1 installs the rule as rule 39:
sedfok (39, myrule);
Note: The order with the lowest ranking value precedes all other orders with the same release date in the list of orders. See section 2.3.1 for further discussion of this rule. Function Siorrk may be used to call standard rules.