- Feb 28, 2025
-
-
Björn Brandenburg authored
This definition isn't actually used anywhere important, maybe it's time to get rid of it.
-
- Nov 09, 2023
-
-
Drops support for mathcomp 1.16.
-
- Oct 13, 2023
-
-
Prosa redefines ssreflect's tactic [done] in file [util/tactics.v]. To prevent shadowing of the new [done] by ssreflect's [done], [tactics.v] should be imported _after_ ssreflect
-
- Jun 27, 2023
-
-
- Jun 23, 2023
-
-
Sergey Bozhko authored
-
- Mar 01, 2023
-
-
Pierre Roux authored
-
- Feb 25, 2022
-
-
Pierre Roux authored
It was a parameter but that wasn't of any use, it was just making everything more noisy.
-
- Feb 16, 2022
-
-
... instead of `service_in`, to mirror the way the primitive `scheduled_on` is used to realize `scheduled_in`.
-
- Feb 14, 2022
-
-
Pierre Roux authored
This way, an addition in external libraries cannot shadow a definition in Prosa.
-
- Dec 07, 2021
-
-
Sophie Quinton authored
-
- Sep 29, 2021
-
-
- Aug 10, 2020
-
-
- Apr 01, 2020
-
-
Marco Maida authored
-
- Dec 19, 2019
-
-
Björn Brandenburg authored
Move everything into the new namespace starting with 'prosa' rather than the bland 'rt'.
-
Björn Brandenburg authored
The main restructuring thrust is nearing completion, so let's get rid of the `restructuring` namespace.
-
- Jun 05, 2019
-
-
- May 16, 2019
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
...and introduce a bunch of helper lemmas to get there.
-
Björn Brandenburg authored
-
Björn Brandenburg authored
Let's not clutter up the spec with facts files all over the place. Instead, let's collect the facts files in a separate folder / hierarchy.
-
Björn Brandenburg authored
-
Björn Brandenburg authored
- port completed_implies_scheduled_before - port lemmas on service prior to arrival - port scheduled_implies_pending and greatly simplify the proof while at it - port and simplify job_pending_at_arrival - port cumulative_service_implies_scheduled and simplify proof of positive_service_implies_scheduled_before - port service_is_a_step_function
-
Björn Brandenburg authored
-
- May 13, 2019
-
-
Björn Brandenburg authored
...from model/schedule/uni/schedule.v. To simplify some of the rather long proofs in the original file, the patch introduces a bunch of small and simple rewriting and helper lemmas that we previously lacked, but that we *should* have to avoid having to reason at the level of sslreflect "big" operators in every lemma.
-
- May 07, 2019
-
-
Maxime Lesourd authored
Initial draft of the base for the behavior part of the refactored hierarchy. Implements most of the proposal discussed in Braunschweig.
-
- Apr 09, 2019
-
-
Björn Brandenburg authored
-