---------------- SOLUTION ------------------- solution cost : 375.28 number of trips : 4 trip 1, 4 customers, sequence : 14 21 19 16 weight : 5600 volume : 381 trip cost : 76.861 trip 2, 6 customers, sequence : 10 8 3 4 11 13 weight : 5400 volume : 676 trip cost : 102.581 trip 3, 5 customers, sequence : 12 15 18 20 17 weight : 5900 volume : 657 trip cost : 83.668 trip 4, 6 customers, sequence : 9 7 5 2 1 6 weight : 5600 volume : 596 trip cost : 112.17 __________________________________________________________ ---------------- BIN PACKING ------------------- trip 1 - vehicule packing see 2l_cvrp0502_T1.png ----------------- customer 14, list of items : 1 customer 21, list of items : 2 3 customer 19, list of items : 4 customer 16, list of items : 5 trip 2 - vehicule packing see 2l_cvrp0502_T2.png ----------------- customer 10, list of items : 1 customer 8, list of items : 2 3 customer 3, list of items : 4 5 customer 4, list of items : 6 customer 11, list of items : 7 8 customer 13, list of items : 9 trip 3 - vehicule packing see 2l_cvrp0502_T3.png ----------------- customer 12, list of items : 1 2 customer 15, list of items : 3 customer 18, list of items : 4 5 customer 20, list of items : 6 7 customer 17, list of items : 8 9 trip 4 - vehicule packing see 2l_cvrp0502_T4.png ----------------- customer 9, list of items : 1 customer 7, list of items : 2 customer 5, list of items : 3 customer 2, list of items : 4 customer 1, list of items : 5 6 customer 6, list of items : 7 8