Comment 3 for bug 1007317

Revision history for this message
Yann Papouin (yann-papouin) wrote :

no, that's depends on the picking policy:

In [direct]: deliver each product as soon as possible -> ok in that case it could be min()
In [one]: deliver all product at once -> in that case it must be max() as we will have to wait for each product to be ready before deliver.