Problem definition can be found on wikipedia:
In this repository we will be creating our solution to the problem presented above. The assignment is done for studies for the subject of Combinatorial Optimization
Program is written in C++. Data will be inputed by .txt files which will follow the given format:
2
7
5
5
7
7
4
4
3
- number of processors
m = 2 - number of processes
n = 7 - processes time
processes = [5, 5, 7, 7, 4, 4, 3]