Using heuristic algorithms, I'm studying solution methods for various flow-shop scheduling problems. Each method generates an optimal job sequence. With this job sequence, we get the total elapsed time or makespan. However, for an n-jobs and m-machine flow-shop scheduling problem, manually determining the makespan and creating the Gantt chart is quite tedious.
Could you suggest any software or tools to generate the Gantt chart and to determine the makespan (total elapsed time) of an optimal job sequence for a flow-shop scheduling problem?
Looking forward to your precious suggestions. Thank you!