Skip to content
Snippets Groups Projects
  1. Sep 17, 2019
  2. Aug 30, 2019
  3. Aug 23, 2019
  4. Aug 21, 2019
  5. Aug 20, 2019
  6. Aug 13, 2019
  7. Jul 24, 2019
  8. Jul 19, 2019
    • Maxime Lesourd's avatar
      port definitions for arrival curves · b9d255ec
      Maxime Lesourd authored and Björn Brandenburg's avatar Björn Brandenburg committed
      This is a port (+additions) of the definitions and semantics for arrival curves (model/arrival/curves.v). As a prerequisite, this includes definitions about activations of a task (model/task_arrivals.v).
      
      Two additional definitions which were not found in the original library but will be useful to us in the future:
      
      * in schedule.v : completes_at
      * in task_arrivals.v : arrivals_come_from_taskset
      b9d255ec
  9. Jul 02, 2019
  10. Jun 27, 2019
  11. Jun 26, 2019
  12. Jun 25, 2019
  13. Jun 12, 2019
  14. Jun 05, 2019
    • Sergey Bozhko's avatar
      Change definition of completion · 0c922d98
      Sergey Bozhko authored
      0c922d98
    • Björn Brandenburg's avatar
      port existing proofs to ssreflect 1.9.0 · 09703078
      Björn Brandenburg authored
      From the mathcomp 1.9.0 release notes:
      
      > removed Coq prelude hints plus_n_O plus_n_Sm mult_n_O mult_n_Sm, to
      > improve robustness of by ...; scripts may need to invoke addn0,
      > addnS, muln0 or mulnS explicitly where these hints were used
      > accidentally.
      
      => This patch makes these required fixes in Prosa.
      
      While at it, turn on CI for coq:dev and Coq 8.9 with two versions of ssreflect.
      09703078
Loading