|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,
3 P8 _4 k1 y" L( E5 ]% \* W! tinserttask(ts,TASKTYPE_TRAVEL,current,NULL);
% ~* y7 M' ^4 ^inserttask(ts,TASKTYPE_LOAD,item,current,port);6 e7 S/ P+ U, o1 F
inserttask(ts,TASKTYPE_BREAK,NULL,NULL);/ ~" f' ]/ ], g, U
inserttask(ts,TASKTYPE_TRAVEL, destination,NULL);$ C- I; _: Z5 ^( b# w3 h* r
inserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port));
- G2 C+ x0 Z3 a; _. u+ }导致后继搬运出错,: v5 x0 |* _1 j0 k4 u4 X
但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|