关于有序机器下可变公共交货期最小拖期工件数双目标双机流水车间问题
数据结构与算法
2015-03-16 v2
摘要
我们考虑普通NP-难的双机流水车间问题的一个特例,其目标是同时确定最小公共交货期和最小拖期工件数。在[S. S. Panwalkar, C. Koulamas, An O(n^2) algorithm for the variable common due date, minimal tardy jobs bicriteria two-machine flow shop problem with ordered machines, European Journal of Operational Research 221 (2012), 7-13.]中,作者针对每个工件在第一台机器上加工时间更小的情况提出了二次算法。在这篇注记中,我们通过使用最近引入的修改二叉搜索树数据结构进行高效实现,将算法运行时间改进为O(n log n)。
引用
@article{arxiv.1307.6505,
title = {On the variable common due date, minimal tardy jobs bicriteria two-machine flow shop problem with ordered machines},
author = {Aleksandar Ilic},
journal= {arXiv preprint arXiv:1307.6505},
year = {2015}
}
备注
6 pages, 1 algorithm