make span Cmax (final completion time)

Ci is the completion time of job i.

Ci= processing time + wait time

Cmax = max(Ci)

调度 Cmax和∑Ci是什么区别_算法