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

Fix line

parent 3e0b31d7
No related branches found
No related tags found
No related merge requests found
...@@ -229,6 +229,7 @@ Module ResponseTimeAnalysisEDF. ...@@ -229,6 +229,7 @@ Module ResponseTimeAnalysisEDF.
[by ins; apply (INts tsk' R) | unfold is_valid_sporadic_task; intro PARAMStsk; des]. [by ins; apply (INts tsk' R) | unfold is_valid_sporadic_task; intro PARAMStsk; des].
by unfold task_cost_positive in PARAMStsk; rewrite PARAMStsk in GE_COST. by unfold task_cost_positive in PARAMStsk; rewrite PARAMStsk in GE_COST.
} subst ctime; clear HeqR. } subst ctime; clear HeqR.
(* According to the IH, all jobs with absolute response-time bound t < (job_arrival j + R) (* According to the IH, all jobs with absolute response-time bound t < (job_arrival j + R)
have correct response-time bounds. have correct response-time bounds.
Now, we prove the same result for job j by contradiction. Now, we prove the same result for job j by contradiction.
......
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