- Nov 02, 2021
-
-
Björn Brandenburg authored
-
- Oct 14, 2021
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
- Oct 12, 2021
-
-
`esy` is an `npm`-like package manager and build tool designed for reproducibility, by preventing the use of unlisted dependencies and pinning the exact version of each of these (a bit like `opam`, but with more guarantees). A nice feature of `esy` is ease of installation: 1. Install `esy` through `npm`. (However, note that `esy` is not a JavaScript program; the `esy` project just uses `npm` as a code hoster. 2. Run `esy` in the Prosa repository. This will download and compile all dependencies and compile the repository. (On the flip side, this also means that Coq will be compiled, so the first time, compilation will be slow.) See the README.md file for usage instructions. See also the discussion: #80 For more information about `esy`, see: https://esy.sh/
-
- Oct 11, 2021
-
-
-
`Task` should obviously be of type `TaskType`.
-
-
...to match the description in the aRTA paper.
-
The lemma [instantiated_busy_interval_equivalent_edf_busy_interval] actually does not depend on EDF.
-
- Oct 07, 2021
-
-
-
Björn Brandenburg authored
mathcomp has deprecated `iota_add` in favor of `iotaD`. However, `iotaD` wasn't added until mathcomp 1.12, so this patch breaks compatibility with earlier versions.
-
-
Sergey Bozhko authored
Added a few lemmas to util/div_mod that are needed for POET
-
-
Coq 8.11, Coq 8.12, ssreflect 1.10, and ssreflect 1.11 are no longer supported
-
- Oct 06, 2021
-
-
Björn Brandenburg authored
Due to whatever the CI environment does to cache and restore intermediate result files, somehow `make validate` triggers some spurious recompilation. To avoid confusing the checking script, trigger any possible re-compilation steps before capturing the output of `make validate`.
-
- Oct 05, 2021
-
-
Björn Brandenburg authored
Closes #79
-
- Oct 04, 2021
-
-
Sergey Bozhko authored
* use more concise name * add cases with [is_true _] in addition to cases with [_ = true]
-
- Sep 30, 2021
-
-
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)]
-
- 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
-