문제

In the schedule problem P||Cmax given:

n - number of tasks to schedule
m - number of machines
vector p - keeps times of working for each of n tasks.

How is p is defined each time?

Namely, is it an integer or a floating point number?

도움이 되었습니까?

해결책

Talking about classical problem, execution times are integers. Using scaling, we can expand it to the case of rational execution times - it's good enough for approximations of real problems.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top