[Tutor] Help for coding

dn PyTutor at DancesWithMice.info
Fri Nov 5 15:12:45 EDT 2021


On 06/11/2021 04.29, James Kameni via Tutor wrote:
> Hello,i am trying to solve the order batching problem using the tabu search in Jupyter Notebook and it doesn't work as i need.
> Problem's definition:In manual order picking systems, order pickers walk or drive through a distribution warehouse (ref.file "Traversal.png") in order to collect items which are requested by (internal or external) customers. In order to perform these operations effciently, it is usually required that customer orders are combined into (more substantial) picking orders (Batch)  of limited size. The Order Batching Problem deals with the question of how a given set of customer orders should be combined such that the total length of all tours is minimized which are necessary to collect all items.
> data:
> list of items and distances : "TD.txt"customers orders and quantities: "Auftrag.txt"
> code: order batching problem.ipynb
> Error: I actually can't collect all items from orders requested by customers and put them into a batch. I only have a single solution.
> 
> can you give me tipps or some help?
> ThanksJames


James, it is your homework, designed to help you prove your learning.
We'll be happy to help you with a Python problem.

What code have you written?
Please show it (or the pertinent routines) here.

Then we might be able to point-out where the code requires expansion or
correction...
-- 
Regards,
=dn


More information about the Tutor mailing list