Skip to content
Snippets Groups Projects
Commit 9effe561 authored by Felipe Cerqueira's avatar Felipe Cerqueira
Browse files

Before changing R >= e_k

parent 31f6b3ee
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -135,7 +135,7 @@ Module ResponseTime. ...@@ -135,7 +135,7 @@ Module ResponseTime.
Variable job_task: Job -> sporadic_task. Variable job_task: Job -> sporadic_task.
Context {arr_seq: arrival_sequence Job}. Context {arr_seq: arrival_sequence Job}.
(* Assume a task with at least one job that arrives in this set. *) (* Consider any task with at least one job that arrives in this set. *)
Variable tsk: sporadic_task. Variable tsk: sporadic_task.
Hypothesis job_of_tsk_exists: Hypothesis job_of_tsk_exists:
exists j: JobIn arr_seq, job_task j = tsk. exists j: JobIn arr_seq, job_task j = tsk.
...@@ -148,8 +148,6 @@ Module ResponseTime. ...@@ -148,8 +148,6 @@ Module ResponseTime.
(*... that satisfies the following properties: *) (*... that satisfies the following properties: *)
Hypothesis H_jobs_must_arrive_to_execute: Hypothesis H_jobs_must_arrive_to_execute:
jobs_must_arrive_to_execute sched. jobs_must_arrive_to_execute sched.
Hypothesis H_completed_jobs_dont_execute:
completed_jobs_dont_execute job_cost rate sched.
Hypothesis H_no_parallelism: Hypothesis H_no_parallelism:
jobs_dont_execute_in_parallel sched. jobs_dont_execute_in_parallel sched.
Hypothesis H_rate_at_most_one: Hypothesis H_rate_at_most_one:
......
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