---------------- SOLUTION ------------------- solution cost : 674.549 number of trips : 4 trip 1, 8 customers, sequence : 14 17 15 16 3 2 1 6 weight : 1444 volume : 744 trip cost : 189.909 trip 2, 4 customers, sequence : 18 19 22 20 weight : 1295 volume : 552 trip cost : 177.397 trip 3, 3 customers, sequence : 21 10 11 weight : 4500 volume : 531 trip cost : 165.516 trip 4, 7 customers, sequence : 7 8 4 5 9 13 12 weight : 2950 volume : 687 trip cost : 141.728 __________________________________________________________ ---------------- BIN PACKING ------------------- trip 1 - vehicule packing see 2l_cvrp0802_T1.png ----------------- customer 14, list of items : 1 customer 17, list of items : 2 3 customer 15, list of items : 4 customer 16, list of items : 5 customer 3, list of items : 6 customer 2, list of items : 7 customer 1, list of items : 8 customer 6, list of items : 9 10 trip 2 - vehicule packing see 2l_cvrp0802_T2.png ----------------- customer 18, list of items : 1 2 customer 19, list of items : 3 customer 22, list of items : 4 customer 20, list of items : 5 trip 3 - vehicule packing see 2l_cvrp0802_T3.png ----------------- customer 21, list of items : 1 2 customer 10, list of items : 3 4 customer 11, list of items : 5 6 trip 4 - vehicule packing see 2l_cvrp0802_T4.png ----------------- customer 7, list of items : 1 customer 8, list of items : 2 customer 4, list of items : 3 customer 5, list of items : 4 customer 9, list of items : 5 customer 13, list of items : 6 7 customer 12, list of items : 8