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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.