Uniform-machines scheduling

http://dbpedia.org/resource/Uniform-machines_scheduling

Uniform machine scheduling (also called uniformly-related machine scheduling or related machine scheduling) is an optimization problem in computer science and operations research. It is a variant of optimal job scheduling. We are given n jobs J1, J2, ..., Jn of varying processing times, which need to be scheduled on m different machines. The goal is to minimize the makespan - the total time required to execute the schedule. The time that machine i needs in order to process job j is denoted by pi,j. In the general case, the times pi,j are unrelated, and any matrix of positive processing times is possible. In the specific variant called uniform machine scheduling, some machines are uniformly faster than others. This means that, for each machine i, there is a speed factor si, and the run-time rdf:langString
Optymalne szeregowanie zadań dla wielu procesorów jest jednym z trudnych (NP-zupełnych) optymalizacyjnych zagadnień w informatyce. Jest jednocześnie jednym z problemów zaskakująco prostych w sformułowaniu i bardzo praktycznych. rdf:langString
rdf:langString Optymalne szeregowanie zadań dla wielu procesorów
rdf:langString Uniform-machines scheduling
xsd:integer 3302845
xsd:integer 1049750550
rdf:langString Uniform machine scheduling (also called uniformly-related machine scheduling or related machine scheduling) is an optimization problem in computer science and operations research. It is a variant of optimal job scheduling. We are given n jobs J1, J2, ..., Jn of varying processing times, which need to be scheduled on m different machines. The goal is to minimize the makespan - the total time required to execute the schedule. The time that machine i needs in order to process job j is denoted by pi,j. In the general case, the times pi,j are unrelated, and any matrix of positive processing times is possible. In the specific variant called uniform machine scheduling, some machines are uniformly faster than others. This means that, for each machine i, there is a speed factor si, and the run-time of job j on machine i is pi,j = pj / si. In the standard three-field notation for optimal job scheduling problems, the uniform-machine variant is denoted by Q in the first field. For example, the problem denoted by " Q||" is a uniform machine scheduling problem with no constraints, where the goal is to minimize the maximum completion time. A special case of uniform machine scheduling is identical machine scheduling, in which all machines have the same speed. This variant is denoted by P in the first field. In some variants of the problem, instead of minimizing the maximum completion time, it is desired to minimize the average completion time (averaged over all n jobs); it is denoted by Q||. More generally, when some jobs are more important than others, it may be desired to minimize a weighted average of the completion time, where each job has a different weight. This is denoted by Q||.
rdf:langString Optymalne szeregowanie zadań dla wielu procesorów jest jednym z trudnych (NP-zupełnych) optymalizacyjnych zagadnień w informatyce. Jest jednocześnie jednym z problemów zaskakująco prostych w sformułowaniu i bardzo praktycznych. Zadanie szeregowania zadań polega na przypisywaniu kolejnych procesów obliczeniowych do zasobów, z których one korzystają. W tym przypadku sytuacja jest następująca: mamy m procesorów oraz n zadań obliczeniowych. Każde zadanie i potrzebuje do wykonania na procesorze j pewnego niezerowego czasu: f(i,j). Optymalnym szeregowaniem nazywamy funkcję s przypisującą każdemu procesowi jeden z procesorów w ten sposób, że czas zakończenia ostatniego z nich jest możliwie najkrótszy.
xsd:nonNegativeInteger 14077

data from the linked data cloud