- Jun 30, 2023
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
- Jun 29, 2023
-
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
-
-
-
-
Björn Brandenburg authored
... from `priority_inversion_occurs_only_till_preemption_point`
-
-
Björn Brandenburg authored
With contributions by Meenal Gupta <meenalg727@gmail.com>
-
- Jun 27, 2023
-
-
- Jun 23, 2023
-
-
Sergey Bozhko authored
-
Sergey Bozhko authored
-
- Jun 21, 2023
-
-
This refactoring is the result of a joint effort by Pierre Roux, Sergey Bozhko, and Björn Brandenburg. Fixes: #111
-
- Jun 16, 2023
-
-
Revise some definitions of interference with too much repetition.
-
- Jun 13, 2023
-
-
-
-
-
-
Björn Brandenburg authored
-
- Jun 12, 2023
-
-
In the lemma I'm working on now, I need a bool version of this definition. As we discussed, we should avoid two identical versions (Prop + bool) whenever possible
-
- Jun 09, 2023
-
-
Pierre Roux authored
That coercion just cannot be uniform.
-
- Apr 28, 2023
-
-
Björn Brandenburg authored
- avoid unfolding coercions all over the place - reduce unfolding of priority policies - provide `hep_job` and `hep_job_at` rewriting lemmas - shorten some generality proofs
-
- Apr 25, 2023
-
-
Björn Brandenburg authored
... by pulling out common reasoning steps.
-
Björn Brandenburg authored
-
- Apr 20, 2023
-
-
Björn Brandenburg authored
Proofs should avoid destruct'ing the busy-window definitions all over the place. This patch removes all instances of busy-window `destruct`-ing from the `results` module. Some old code sites in `analysis` remain. See also #97. Future code additions should avoid adding new instances of busy-window `destruct`-ing.
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
-
- Apr 19, 2023
-
-
Björn Brandenburg authored
ssreflect doesn't care about these, so we don't want to see them when importing `util.int`
-
Björn Brandenburg authored
-
With contributions from Kimaya Bedarkar, Sergey Bozhko, Pierre Roux, and Björn Brandenburg.
-
Pierre Roux authored
-