- 13 Apr, 2022 1 commit
-
-
Pierre Roux authored
-
- 03 Mar, 2022 5 commits
-
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
-
- 25 Feb, 2022 6 commits
-
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
-
- 23 Feb, 2022 1 commit
-
-
Pierre Roux authored
-
- 22 Feb, 2022 12 commits
-
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
-
Pierre Roux authored
Now advise to just install the Coq platform
-
Pierre Roux authored
-
Pierre Roux authored
-
Björn Brandenburg authored
The tutorial document, based on RST, is too complex for the simple CI spell check. Please use your editor's spell checker when editing the tutorial.
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Pierre Roux authored
-
- 18 Feb, 2022 2 commits
-
-
Pierre Roux authored
-
Pierre Roux authored
-
- 17 Feb, 2022 2 commits
-
-
- 16 Feb, 2022 6 commits
-
-
From changelog of Coq version 8.15: Changed: [apply with] does not rename arguments unless using compatibility flag Apply With Renaming (#13837, fixes #13759, by Gaëtan Gilbert). So, this commit replaces all occurrences of [apply L with (NAME0 := V)] to [apply L with (NAME := V)]
-
Björn Brandenburg authored
-
Björn Brandenburg authored
The default works just fine (nowadays), so let's use that.
-
Björn Brandenburg authored
-
... instead of `service_in`, to mirror the way the primitive `scheduled_on` is used to realize `scheduled_in`.
-
There are quite a few places where hypotheses about the task of a job are simply stated as equality (even though a proper predicate exists). This patch replaces the equalities with the predicate.
-
- 15 Feb, 2022 1 commit
-
-
Björn Brandenburg authored
As Pierre pointed out in [MR187](!187), we don't want updates in any of our dependencies to accidentally shadow Prosa symbols. Hence, always import Prosa modules last to make sure Prosa symbols "win" any name clashes.
-
- 14 Feb, 2022 1 commit
-
-
Pierre Roux authored
This way, an addition in external libraries cannot shadow a definition in Prosa.
-
- 09 Feb, 2022 1 commit
-
-
Provide an RTA for FIFO scheduling on ideal uniprocessors based on an instantiation of abstract RTA. The provided RTA is works for tasks described by arbitrary arrival curves and is independent of the workload's preemption model (since FIFO schedules are necessarily non-preemptive).
-
- 31 Jan, 2022 1 commit
-
-
* Added a lemma for proving `rbf` at `\varepsilon` is more than 0. This is a general fact which can be used in the FIFO RTA to simplify a proof. * Changed `1` to `\varepsilon` in one of the existing RBF lemmas for uniformity.
-
- 13 Jan, 2022 1 commit
-
-
Add an implementation of arrival curves via fast extrapolation of a finite arrival-curve prefix.
-