Add slack time scheduling, redid earliest deadline, added max-fan-out and hybrid scheduler, also added example
Compare changes
Files
2- Simon Bjurek authored
+ 70
− 0
@@ -1099,6 +1099,76 @@ class MAD(AbstractOperation):
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.