Add slack time scheduling, redid earliest deadline, added max-fan-out and hybrid scheduler, also added example
Compare changes
+ 34
− 0
@@ -124,6 +124,40 @@ class Schedule:
Also added a couple of tests to reach full test coverage for all core operations.
Closes: #285 (closed) #284 (closed) #281 (closed)
Branched from !469 (merged) so merge that first, I can then rebase if you want to.