调度:P||Cmax

发布于 2024-12-14 04:17:26 字数 179 浏览 3 评论 0原文

在调度问题 P||Cmax 中,给出:

n - 要调度的任务数
m - 机器数量
矢量p - 记录n个任务中每一个的工作时间。

每次p是如何定义的?

即,它是整数还是浮点数?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

音栖息无 2024-12-21 04:17:26

谈到经典问题,执行时间是整数。使用缩放,我们可以将其扩展到合理执行时间的情况 - 它足以近似真实问题。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文