Library prosa.model.task.suspension.dynamic
Task Parameter for the Dynamic Self-Suspension Model
Validity
Consider any kind of jobs,...
...where each job has a cost and may exhibit self-suspensions,...
...and the tasks from which these jobs stem.
Under the dynamic self-suspension model, the total self-suspension time
of any job cannot exceed the self-suspension bound of its associated
task.
Definition valid_dynamic_suspensions :=
∀ j, total_suspension j ≤ task_total_suspension (job_task j).
End ValidDynamicSuspensions.
∀ j, total_suspension j ≤ task_total_suspension (job_task j).
End ValidDynamicSuspensions.