"README.md" did not exist on "5e394e2011d7a12d2035dba624919eee700568ba"
- Jul 19, 2021
-
-
Sergey Bozhko authored
-
- Mar 08, 2021
-
-
...and some supporting theory. This will be needed to handle arrival curves extrapolated from a finite prefix.
-
- Mar 01, 2021
-
-
-
Sergey Bozhko authored
-
- Jan 29, 2021
-
-
- Jan 02, 2021
-
-
- Dec 11, 2020
-
-
- Sep 09, 2020
-
-
- Aug 28, 2020
-
-
- Aug 10, 2020
-
-
- Aug 05, 2020
-
-
Marco Maida authored
-
- May 19, 2020
-
-
Björn Brandenburg authored
-
- Mar 31, 2020
-
-
- Feb 10, 2020
-
-
- Jan 21, 2020
-
-
Pierre Roux authored
-
- Dec 19, 2019
-
-
Björn Brandenburg authored
Move everything into the new namespace starting with 'prosa' rather than the bland 'rt'.
-
- Dec 18, 2019
-
-
Björn Brandenburg authored
spell checker: add 'supremum' to dictionary
-
- Dec 10, 2019
-
-
- Dec 03, 2019
-
-
Björn Brandenburg authored
Related issue: #37
-
- Nov 19, 2019
-
-
Björn Brandenburg authored
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
Sergey Bozhko authored
File preemption.util is renamed and moved to util.nondecreasing. The new util file can be used in both the old Prosa and the new Prosa.
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
- Nov 18, 2019
-
-
Sergey Bozhko authored
-
- Nov 15, 2019
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
- Oct 15, 2019
-
-
We no longer support Coq 8.8.
-
- Sep 24, 2019
-
-
- Sep 23, 2019
-
-
Sergey Bozhko authored
-
- Sep 17, 2019
-
-
Sergey Bozhko authored
-
- Aug 30, 2019
-
-
Also removes an unnecessary module in rt.util.epsilon.
-
- Aug 21, 2019
-
-
Björn Brandenburg authored
-
- Aug 20, 2019
-
-
When we were writing the paper on Abstract RTA, we noticed that the response-time recurrence for EDF does not match the known bound. This merge request tightens the analysis in Prosa to match the known bound.
-
- Aug 13, 2019
-
-
Björn Brandenburg authored
Given an interval [a, b), a function f: nat -> T, a predicate P, and a total, reflexive, transitive relation R, [search_arg f P R a b] will find the x in [a, b) that is an extremum w.r.t. R among all elements x in [a, b) for which (f x) satisfies P. For example, this can be used to search in a schedule for a scheduled job released before some reference time with the earliest deadline.
-