- Sep 29, 2021
-
-
Added helper lemmas relating `valid_schedule` to job execution hps with hint. Removed useless hps in aRTA.
-
-
-
-
With some misc. cleanups and reorganization thrown in.
-
-
-
-
-
-
-
- Sep 27, 2021
-
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
- Sep 22, 2021
-
-
-
Add a few lemmas that will be useful later.
-
- Sep 17, 2021
-
-
Sergey Bozhko authored
-
- Sep 16, 2021
-
-
Sergey Bozhko authored
-
- Sep 15, 2021
-
-
Sergey Bozhko authored
-
- Sep 11, 2021
-
-
also, removed one assumption in [eq_ind_in_seq]
-
- Sep 08, 2021
-
-
Sergey Bozhko authored
-
Sergey Bozhko authored
lemma [count_filter_fun] is equivalent to ssreflect's [size_filter]
-
Note that many files have changed; however, this is due to the fact that some of the lemmas in nat.v have been renamed or removed.
-
-
- Jul 30, 2021
-
-
Björn Brandenburg authored
Remove the use of ideal uniprocessor schedules in a couple of places where it's not actually required. Also fix some coqdoc styling issues while at it.
-
- Jul 27, 2021
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
Superseded by alectryon, no longer needed.
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
See: https://github.com/cpitclaudel/alectryon
-
A standard mechanism for enforcing sequentiality of job execution is to use a readiness predicate that ensures that a job is not ready until all prior jobs of the same task are completed. This patch introduces such predicates.
-
- Jul 26, 2021
-
-
Marco Maida authored
-
- Jul 19, 2021
-
-
Sergey Bozhko authored
-
- Mar 18, 2021
-
-
With help from Marco Maida <mmaida@mpi-sws.org>, Sergey Bozhko <sbozhko@mpi-sws.org>, Björn Brandenburg <bbb@mpi-sws.org>.
-
- Mar 11, 2021
-
-
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.
-
- Mar 08, 2021
-
-
...and some supporting theory. This will be needed to handle arrival curves extrapolated from a finite prefix.
-
-
Completion sequences are defined (as arrival sequences) from an arrival sequence and a schedule.
-
- Mar 01, 2021
-
-