A Slack Stealing Scheduling study and demo for the Real Time class(SSC0745) at ICMC.
The presentation for the class can be found here or in PDF here.
make
to compile the program with g++ with C++17.make check
to execute the tests created.make run
to execute the program.make case filename=<filename.in>
to execute loading the tasks from a case file from/cases
.make clear
to remove the.out
files.