I am trying to implement the Job Scheduling problem: m jobs x n machines
. What I have is jobs read from a file, each job has multiple different steps and a number of machines also read from a file.
My question is, for this problem, is there a design pattern that'd be helpful to use? Factory, Builder, Singleton, prototype?
Aucun commentaire:
Enregistrer un commentaire