- 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
-
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
-