Implementation of Heterogenous Earliest FInish Time First scheduling in C++.
Input and output format are given in input_output_format.pdf
. Ignore submission instructions at the end.
Although multiple input files are given, the program only reads from input.txt
. To try out another test case, rename the file accordingly.
Compiling instructions: c++ standard 11 is minimum
g++ -std=c++17 heft.cpp
---OR---
g++ -std=c++14 heft.cpp
---OR---
g++ -std=c++11 heft.cpp
Tested on: linux kernel 5.14.12, gcc version 11.1.0