Library prosa.behavior.job
Notion of a Job Type
Throughout the library we assume that jobs have decidable equality.
Notion of Work
We define 'work' to denote the amount of service received or needed. In a
real system, this corresponds to the number of processor cycles.
Basic Job Parameters — Cost, Arrival Time, and Absolute Deadline
Definition of a generic type of parameter relating jobs to a discrete cost.
Definition of a generic type of parameter relating jobs to an arrival time.
Definition of a generic type of parameter relating jobs to an absolute deadline.