- Dec 03, 2019
-
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
- Nov 19, 2019
-
-
Björn Brandenburg authored
This fixes all warnings about ambiguous module names and resolves #49. It also highlights that we still need to cut down on superfluous Require Import commands in recently ported files.
-
- Nov 15, 2019
-
-
Björn Brandenburg authored
-
- Oct 15, 2019
-
-
Björn Brandenburg authored
-
- Aug 30, 2019
-
-
Björn Brandenburg authored
-
- Aug 23, 2019
-
-
Björn Brandenburg authored
Add a [job_ready] parameter to the job model, akin to [pending], that defines whether a job can be scheduled at a given time in a given schedule. Then use this new general notion of readiness to define [backlogged]. A pending job may not be ready, whereas (under any reasonable definition) a ready job ought to be pending, so this definition is more precise and captures effects such as jitter and self-suspensions.
-
- Aug 13, 2019
-
-
Add model definitions for work-conserving and priority-based preemptive schedules.
-
- Jun 26, 2019
-
-
Maxime Lesourd authored
simplify structure of behavior, move arrival_sequence and schedule to toplevel, move task and sequential to model
-
- Jun 05, 2019
-
-