Skip to content
Snippets Groups Projects
Commit 33a48458 authored by Sergey Bozhko's avatar Sergey Bozhko :eyes:
Browse files

Add [arrives_in] to [sequential_tasks] definition

Note that the prior definition of [sequential_tasks]
did not differentiate between a job coming from the
arrival sequence and any other job. However, all
computable properties (such as [job_respects_task_rtc,
valid_preemption_model, arrivals_have_valid_job_costs,
all_deadlines_of_arrivals_met]) are stated exclusively
for jobs from the arrival sequence. In order to make
the definition of [sequential_tasks] compatible with
computable properties, we add preconditions
[arrives_in arr_seq j1] and [arrives_in arr_seq j2].
parent e33a1ebe
No related branches found
No related tags found
1 merge request!118Add [arrives_in] to [sequential_tasks] definition
Pipeline #34548 passed with warnings
Showing
with 45 additions and 34 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment