I want to implement some algorithms for the basic load balancing problem (also known as multiprocessor scheduling problem), where the input is a set of n independent jobs J={j1,j2,j3...,jn} and a number m of identical machines. The goal is to find an assignment of jobs to machines that minimizes the execution time of the most loaded machine. I would like to use a standard set of instances in order to compute the experimental approximation factor delivered by some algorithms.

Similar questions and discussions