|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,
4 N! [7 _6 {6 N8 _0 j7 Y" iinserttask(ts,TASKTYPE_TRAVEL,current,NULL);
$ i0 ?. H" o2 n/ v5 f$ | ~inserttask(ts,TASKTYPE_LOAD,item,current,port);
9 A2 ^) D, l4 {0 t# e6 Qinserttask(ts,TASKTYPE_BREAK,NULL,NULL);
7 I: d C ~! Hinserttask(ts,TASKTYPE_TRAVEL, destination,NULL);
% [1 d0 O1 u B) sinserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port)); L; V \3 e4 b. L( M0 | n
导致后继搬运出错,
3 R! ~& N' `% D; Z( ]; O8 V: B但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|