Skip to content
Snippets Groups Projects
  1. Apr 14, 2022
  2. Mar 25, 2022
  3. Mar 24, 2022
  4. Mar 17, 2022
  5. Feb 17, 2022
  6. Feb 16, 2022
  7. Feb 14, 2022
  8. Sep 30, 2021
    • Sergey Bozhko's avatar
      relax assumption in aRTA · 29556ed5
      Sergey Bozhko authored
      Currently, aRTA required [F] to be solution of equation
      [A + F = task_rtct + IBF A (A + F)], this commit relaxes
      this assumption to [A + F >= task_rtct + IBF A (A + F)]
      29556ed5
  9. Sep 29, 2021
  10. Sep 08, 2021
  11. 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
  12. Mar 27, 2020
  13. Dec 19, 2019
  14. Dec 10, 2019
    • Sergey Bozhko's avatar
      address spell-checking issues in results · 54220d8c
      Sergey Bozhko authored and Björn Brandenburg's avatar Björn Brandenburg committed
      54220d8c
    • Björn Brandenburg's avatar
      re-organization of the analysis module, part 1 · 064a1c75
      Björn Brandenburg authored
      This is not yet the final organization, but already an improvement.
      
      Move main high-level results to separate top-level `results` module.
      Rationale: Let's make it very clear where to find the main, high-level
      results in Prosa, and at the same time let's declutter the analysis
      namespace.
      
      Other notable change, apart from moving files around:
      
      - move two key analysis definitions to analysis.definitions
      - split RBF definition and facts into separate files
      - move facts about ideal schedule to ideal_schedule.v
      064a1c75
  15. Dec 03, 2019
  16. Nov 19, 2019
    • Björn Brandenburg's avatar
      disambiguate Require commands in rt.restructuring · 1e45ddeb
      Björn Brandenburg authored
      This fixes all warnings about ambiguous module names and resolves #49.
      
      It also highlights that we still need to cut down on superfluous
      Require Import commands in recently ported files.
      1e45ddeb
    • Sergey Bozhko's avatar
      FP instantiations · 11dba7fb
      Sergey Bozhko authored
      Add instantiations of aRTA for
      (1) fully preemptive,
      (2) fully non-preemptive,
      (3) limited preemptions,
      (4) and floating non-preemptive regions FP models
      11dba7fb
Loading