add proof of equivalence of EDF definitions
This commit connects the two ways with which one can specify that a schedule is an EDF schedule in PROSA: the `EDF_schedule` predicate and the `respects_policy_at_preemption_point` with the EDF priority policy predicate. We connect these two definitions by showing that they're equivalent. We then restate the optimality proof of EDF schedules using the proven equivalence.
parent
483d4633
No related branches found
No related tags found
Showing
- analysis/facts/behavior/arrivals.v 13 additions, 0 deletionsanalysis/facts/behavior/arrivals.v
- analysis/facts/behavior/completion.v 30 additions, 3 deletionsanalysis/facts/behavior/completion.v
- analysis/facts/behavior/deadlines.v 52 additions, 16 deletionsanalysis/facts/behavior/deadlines.v
- analysis/facts/edf_definitions.v 105 additions, 0 deletionsanalysis/facts/edf_definitions.v
- results/edf/optimality.v 36 additions, 4 deletionsresults/edf/optimality.v
- scripts/wordlist.pws 4 additions, 1 deletionscripts/wordlist.pws
analysis/facts/edf_definitions.v
0 → 100644
Please register or sign in to comment