Library prosa.analysis.facts.model.offset
In this module, we prove some properties of task offsets.
Consider any type of tasks with an offset ...
... and any type of jobs associated with these tasks.
Consider any arrival sequence with consistent and non-duplicate arrivals ...
Variable arr_seq : arrival_sequence Job.
Hypothesis H_valid_arrival_sequence : valid_arrival_sequence arr_seq.
Hypothesis H_valid_arrival_sequence : valid_arrival_sequence arr_seq.
Variable tsk : Task.
Variable j : Job.
Hypothesis H_job_of_task: job_task j = tsk.
Hypothesis H_valid_offset: valid_offset arr_seq tsk.
Hypothesis H_job_from_arrseq: arrives_in arr_seq j.
Variable j : Job.
Hypothesis H_job_of_task: job_task j = tsk.
Hypothesis H_valid_offset: valid_offset arr_seq tsk.
Hypothesis H_job_from_arrseq: arrives_in arr_seq j.
Consider any task set ts.