Skip to content
Snippets Groups Projects

Equivalence of EDF Predicates

Merged LailaElbeheiry requested to merge LailaElbeheiry/rt-proofs:edf-equivalence into master
All threads resolved!
Files
3
@@ -52,9 +52,9 @@ Section Equivalence.
Hypothesis H_no_deadline_misses: all_deadlines_of_arrivals_met arr_seq sched.
(** We first show that a schedule that satisfies the ad-hoc [EDF_schedule]
predicate is also compliant with the EDF policy in the sense of Prosa's
"proper" notion of scheduling policy, namely the
[respects_policy_at_preemption_point] predicate. *)
predicate is also compliant with the generic notion of EDF policy
defined in Prosa, namely the [respects_policy_at_preemption_point]
predicate. *)
Lemma EDF_schedule_implies_respects_policy_at_preemption_point :
EDF_schedule sched ->
respects_policy_at_preemption_point arr_seq sched.
Loading