Skip to content
Snippets Groups Projects
  1. Sep 15, 2021
  2. Sep 11, 2021
  3. Sep 08, 2021
  4. Jul 30, 2021
  5. Jul 27, 2021
  6. Jul 26, 2021
  7. Jul 19, 2021
  8. Mar 18, 2021
  9. Mar 11, 2021
    • LailaElbeheiry's avatar
      add proof of equivalence of EDF definitions · 271464a5
      LailaElbeheiry authored and Björn Brandenburg's avatar Björn Brandenburg committed
      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.
      271464a5
  10. Mar 08, 2021
  11. Mar 01, 2021
  12. Jan 29, 2021
  13. Jan 02, 2021
  14. Dec 11, 2020
  15. Sep 25, 2020
  16. Sep 23, 2020
    • Sergey Bozhko's avatar
      Add [arrives_in] to [sequential_tasks] definition · 33a48458
      Sergey Bozhko authored
      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].
      33a48458
  17. Sep 22, 2020
  18. Sep 09, 2020
Loading