Scheduling-Algorithms-and-Applications-results

This work proposes solving the classical Job-shop Scheduling Problem using the decomposition approach where the operations are split based on the solutions of FIFO, MTWR and Reinforcement Learning (RL).

This repository includes the following files/folders:

File/FolderDescription
README.mdthis file
Resultscontains the obtained results in excel file
FIFOhas the instances decomposed based on FIFO assignment
MTWRhas the instances decomposed based on MTWR assignment
RLhas the instances decomposed based on RL assignment