Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 447 Bytes

Project Project Project!!!

to build the program, goto build dir do

make

the output file PLS is ready to use

runPLS开发策略 我们决定implement FCFS(根据订单到达时间) 和 priorityScheduling(根据pdf对9个Product三个Category的定义)

Product_A, B and C 属于 Category_1;

Product_D, E and F 属于 Category_2;

Product_G, H and I 属于 Category_3;

其中,优先级Category_1 > Category_2 > Category_3;