Next Article in Journal
Definition of a Methodology for Gradual and Sustainable Safety Improvements on Farms and Its Preliminary Applications
Next Article in Special Issue
The O3-Farm Project: First Evaluation of a Business Process Management (BPM) Approach through the Development of an Experimental Farm Management System for Milk Traceability
Previous Article in Journal
Using Colony Monitoring Devices to Evaluate the Impacts of Land Use and Nutritional Value of Forage on Honey Bee Health
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Modelling the Collection and Delivery of Sheep Milk: A Tool to Optimise the Logistics Costs of Cheese Factories

Department of Agraria, University of Sassari, Viale Italia 39, 07100 Sassari, Italy
*
Author to whom correspondence should be addressed.
Agriculture 2018, 8(1), 5; https://doi.org/10.3390/agriculture8010005
Submission received: 16 October 2017 / Revised: 21 December 2017 / Accepted: 23 December 2017 / Published: 1 January 2018
(This article belongs to the Special Issue Knowledge and Techniques Application in Agriculture)

Abstract

:
The milk transformation process, in the last thirty years, moved from on-farm to centralised cheese factories, affecting the management of transport logistics. In Sardinia, the presence of about 12,000 dairy sheep farms, located in rural areas with poor condition of road network, makes collecting milk a significant impact on profit, affecting the costs of milk transportation. Moreover, dairy sheep farming is characterized by seasonal production, this means that the amount of milk that is produced by each farm differs significantly over the year. The objective of this work was to develop a decision support tool that, while optimising milk collection routes, reduced the costs of milk transport, thus improving the density of collection. The tool developed ad hoc in this study used GPS map location and milk volumes of farms to calculate the cost per litre of milk for the regular routing, and to recalculate the same cost for the optimised collecting route. Results showed that this tool improved the efficiency of milk collection, reducing the number of routes and the driving distances. Furthermore, optimising the density of collection, the new routes improved the environmental impact and the transportation costs that are associated with logistic and traceability of raw sheep milk.

1. Introduction

The largest producer of milk in the world is the European Union (EU), with 156 billion L [1]. Sardinia is the region of Italy with the largest production of sheep milk (250,867 tonnes per year) [2]. Furthermore, the global dairy industry is expected to increase by 2.4% per annum [3].
In the last decade, technological developments in the dairy industry have kept costs under control in order to guarantee the safety and quality of the products. The key improvements have been the concentration of transformation processes in cheese factories, the automation of the production processes, and advances in the laboratory techniques of quality control.
The constant increase of costs involved in milk collection from farms to cheese factories means that rationalisation of the collection and transportation system is essential. This is of particular importance in the case of sheep milk in Sardinia, because of the small size of the dairy sheep farms, their dispersal over the countryside, and the poor condition of the rural road network. Moreover, dairy sheep farming is characterized by seasonal production, this means that the amount of milk that is produced by each farm differs significantly every month. Improving the transportation of milk represents an important action in order to reduce the environmental impact of the entire post-farm milk chain [4]. Moreover, reducing the energy consumption and the related emissions of carbon dioxide in the milk production system represents an important issue to be analysed further, likewise mobility plans that affect strategies and actions [5,6]. Several studies on milk collection have been carried out [7,8,9,10,11,12], while no in-depth studies have yet been made of the problems that are involved in collecting and transporting sheep milk to the cheese factories. As a result, there is a lack of scientific data and little information is available to the cheese factory managers to help them to rationalise the overall transportation system. For both organisational and associated technical reasons, these may influence the costs of the entire transformation process [13].
The term Milk-Run has been used in logistics to represent a circular tour of trucks, which derived from the delivery and removal of milk bottles. This system refers to the movement of transport vehicle in logistics, where a set of vehicles needs to supply a defined amount of goods at a given point of time in a pre-planned route. The Milk-Run system was mostly adopted as a part of inter-company transport, but later found its important application into international logistic systems [14,15,16]. Modelling the logistic of collection and delivery of agricultural products represents an important aspect to improve the traceability system [17,18], and could also be useful to evaluate the carbon emissions impact when the implementation of Precision Livestock Farming (PLF) devices that occurs in dairy chain [19].
Today, developments in communication technologies have totally changed the way in which logistics are managed. These changes have benefited companies by helping them both to reduce costs and to improve the quality of the services that they offer [20]. Logistical management consists of using everyday modern informatics and telecommunication resources [21] to process the amount of information that is required to optimise the milk collection network [7,22,23,24,25].
In transport delivery issues, heuristic algorithms are usually applied, producing approximately optimal results. Specifically, in the logistic transport systems management, we refer to a whole class of problems, known as Vehicle Routing Problem (VRP) [26,27,28]. This approach needs to organise routes, vehicles, and customers, while respecting the constraints that are imposed by the system. VRP allows to reach the goals that are referred to transport logistics, as well as the minimization of the costs and the CO2 emissions. The oldest logistic problem in the transport history is the Travelling Salesman Problem (TSP), which can be solved by various mathematical models [29,30,31]. One of the most common methods for solving TSP is represented by the Ant Colony Optimization (ACO) [30,32,33]. This algorithm belongs to a class of mathematical models that are designed from the Nature Engineering, which came from the observation and modelling of natural phenomena. In particular, the ACO takes advantage of the natural character of ants logistics, which allows for the optimization of fleet planning and management.
The objective of this work was to develop and validate a decision support tool to improve the management of sheep milk transportation, and to reduce the carbon dioxide emissions and the costs of the transportation fleet.

2. Materials and Methods

2.1. Development of the Simulation Model

Developing a simulation model to assist in decision making means creating a tool that is able to analyse the phases of milk collection, the related costs, and CO2 emissions. It also involves evaluating which is the cheapest way of transporting the milk. This is done by identifying the cheapest route to a particular geographical location (i.e., the coordinates of the various participants in the operation). The simulation model also takes into consideration certain limitations imposed by the cheese factories, such as time limitations (the maximum amount of time that vehicles can take for a round trip) and volume (the maximum capacity of the milk tankers).
The costs of the exercise were analysed using as a benchmark the minimum costs for road transport companies operating tankers, published and updated monthly on the Italian Ministry of Infrastructure and Transport website. These costs are subdivided by the daily number of kilometres as a function of the useful load of the vehicle in tonnes, including any possible cost due to motorway tolls (not present in Sardinia) and the costs of the companies supplying the services.
The CO2 emissions were calculated by taking into account the fuel consumption, based on the load of the tanker, the distance driven, and the emission factor for diesel fuel (3.15 kg CO2—eq kg−1) [34].

2.2. The Algorithm Applied to the Logistic of Sheep Milk Collection

The algorithm adopted to improve the collection routes was the Ant Colony Optimization (ACO), as developed by Dorigo M. (1992) [35]. The main concept of the ACO is to emulate the natural attitude of the colony of ants (milk trucks in our contest), who starting from their nest (cheese factory) to reach the food (sheep milk) along the shortest. In the first phase, the ants tend to travel distances randomly, until they reach the food, and then along the backward route they release pheromones, so as to report to the other ants the road to reach the food. The amount of pheromones released, then the signal strength is bigger in shorter routes, this allows for the colony to choose the best path among the possible ones.
Below the resolution of the Travelling Salesman Problem (TSP) with ACO algorithm: given a graph G = (C, L), where C is the farm and L the arcs (routes) that connect the farms i and j. The ants (k) explore the various possible solutions by visiting in sequence all of the farms once, and only once, time. The amount of pheromone trail τij(t) maintained on connection lij is intended to represent the learned desirability of choosing farm j when in farm i. The amount of pheromone deposited on each arc to iteration t is inversely proportional to the distance of the route; it means that in the shortest paths the concentration of pheromone will be bigger. The pheromone values of each arc are updated at each step in order to solve the evaporation phenomenon.
After the path Tk(t), the k-th ant releases a quantity of pheromone that is equal to Δ i j k (t) of pheromones on each arc (i, j), belonging to the tour Tk(t).
The probability p i j k (t) for an ant k being in the farm i to choose to reach the farm j depends on three factors: the fact that the farm j has been previously visited; the intensity of the measure of desirability to reach the farm j that appears to be the inverse of the distance between the farm i and j; and, the amount of pheromone τij(t) released on i and j connection.
Taking these factors into account, the probability p i j k (t) is equal to:
p i j k ( t ) = { [ τ i j ( t ) ] α [ η i l ] β l j k ( i ) [ τ i l ( t ) ] α [ η i l ] β   if   j j k ( i ) 0   if   j j k ( i )
where α and β are two adjustable parameters that can control the influence of pheromones τij(t) and the coefficient of desirability ηij. If α is equal to zero, then the nearest farm are more likely to be selected, while if β is equal to zero, there is an amplification of the pheromones, where the ants will walk the same path due to a static situation.

2.3. Validation of the Simulation Model

Data from five cheese factories that are located in Sardinia (Italy) were used to validate the simulation model for optimising the collection and transport of sheep milk from the farms. The investigation of the organisation of sheep milk collection was carried out using mapping, geographical location, and a schematic representation of the collection area. The following parameters were used to analyse the collection routes: number of suppliers, total distance (km), time of the trip (h), and quantity of milk produced per day by each farm (L). The “dead distance” (i.e., the distance between the cheese factory and the first farm and the distance between the last farm and the factory) and the “useful distance” (i.e., the distance between the first and last farm) were also calculated.
Smartphones with GPS antenna and the open source application “GPS-Logger” were used to monitor the collection routes from the five factories and to identify the exact coordinates of each farm (geographical location) and the routes that were taken by the tankers. The data was used to create a database containing the following information: date and time of the tanker’s departure from and arrival at the factory; route; latitude and longitude of the farms; names of the suppliers; and, litres of milk collected from each supplier. Since the routes taken by the tankers vary greatly with the season, the data was collected during the peak milk production period.

3. Results and Discussion

3.1. Development of the Simulation Model Which Provides an Analytical Description of the Phases of Collection and Transport of the Sheep Milk and Their Relative Costs

The improvement of collection routes is related to two distinct elements in the process: the schematic representation of the collection points and their spatial relationship and the identification of the cheapest routes. The collection zone is shown in a “weighted graph”, where the cheese factory and the collection points are the nodes, while the time span shows the possible communication routes between the different collection points. To each time span was given a weight based either on the distance between the points or the time taken by the tankers. From the above mentioned representation of the collection area, it was possible to explore all of the possible routes, i.e., those which began and ended at the cheese factory and passed through all of the collection points, as defined by the Hamiltonian Cycle.
The decision support tool for the collection and transport of sheep milk used client–server architecture with the clients using HyperText Transfer Protocol (HTML) and JavaScript (JS). Moreover, the server used Hypertext Preprocessor (PHP) and MySQL database.
The client software for the integrated management of milk run used an Internet browser, in which the HTML code of the server was downloaded by means of a HyperText Transfer Protocol (HTTP) request. In Figure 1, the software interface is shown.
The information is divided up into a main menu where the user can choose between the screen of different collection routes and the screen in which the costs for each individual cheese factory can be inserted.
If the user wishes to create a new route, then this can be done by importing an excel worksheet containing the coordinates of the nodes and their properties, or directly from a GPS trace in KML format (registered on the GPS-Logger application).
When the user clicks on the map a red marker appears, showing the data of a particular supplier, where other information can be entered (Figure 2).
Once the geographical location of the suppliers has been entered, the position is shown on a Google map as small icons (Figure 3). The user can click on these icons to confirm or modify the data of suppliers.
When the collection route has been defined, the operator may calculate the distance between the different points using the calculate distance command. Then, the user can optimise the milk route by choosing and inserting several parameters (time spent collecting milk, beginning time of the route, daily collection amount, capacity of the tankers) and the costs calculated by the cheese factory or the Italian Ministry of Infrastructure and Transport guidelines [36]. The ACO algorithm is used to optimise the collection route. This algorithm establishes the minimum distance that is needed to visit all the collection points. (Figure 4 and Figure 5). The interface shows the original route and the good feasible solution based on the predefined sequence for visiting the suppliers, the time taken, the cost of the route, the density of collection (L/km), and the CO2 emissions.
The suppliers positions are shown by coloured markers containing two numbers: the first is the position of the supplier in the original sequence, the second one is the position in the optimised sequence. The departure point (the cheese factory or the garage in the case of self-employed truck drivers) is shown by a green flag, while the arrival point has a red flag. All of the information concerning the optimisation can be copied in an HTML file. This will contain a dedicated map with the sequence of the suppliers visited and the partial and progressive distance of the route. The copy function can be found by clicking on the “i” button. This allows for the users to have a detailed and copyable record of every route that they have created.
The server of the software used PHP language linked to the MySQL database. Once the set of suppliers has been established, then the server calculates the distance. The calculation is asynchronous, and uses a separate process that does not block the functions of the system while the calculations are being made. The optimisation algorithm writes the good feasible solutions for each route into the appropriate field of the database.

3.2. Analysis of the Milk Collection Routes for the Cheese Factories in the Sample

The data from the five cheese factories (37 collection routes) are shown in Table 1.
Five hours and fifty minutes are necessary for a typical trip of about 150 km, with on average 18.7 suppliers and 8109.8 litres of milk per collection route. The collection points are unfortunately quite far away from the cheese factories, and so the “dead distance” (45.4 km) makes up, on average, about 30% of the total distance covered. The average collection costs amounted to €189.09, including the running and maintenance costs of the vehicles. The CO2 emissions correspond to 79.6 kg. The collection density is about 60.4 L/km, with a peak of 119.5 L/km. When the milk is collected from farms in a different province from that of the cheese factory (e.g., routes 1, 6, and 7), the dead distance is, indeed, greater than the useful distance, and the collection costs rise to €214–300 per trip.

3.3. Optimisation of the Milk Collection Routes for the Cheese Factories in the Sample

The information in the database for the suppliers and the five cheese factories was elaborated by a management tool that was created specifically for the collection of sheep milk in Sardinia. In this study, the optimisation for each of the 37 collection routes was done. The results are shown in Table 2. The software calculated the good feasible route and the sequence of visits that each tanker needed to take in order to collect milk from each supplier, while respecting the limitations set and minimising transport costs.
For the 37 routes in the analysis, in about 90% of cases optimisation reduced the time taken, the distance driven, the costs of collection and the CO2 emissions, in which the density of collection increased about 8.5%.
Total results showed that the useful distance was 69.6% and 72.9% of the total distance for the original and optimised collection routes, respectively. Therefore, the optimisation of milk collection routes mainly affected the dead distance (9.3%) rather than the useful one (2.0%). The collection time of the optimised route decreased, as a consequence the productivity of the transportation fleet improved, obtaining an increase of 79 L/h per collection route.
The investigation showed a strong relationship between the density of collection (L/km) and the cost per litre of milk. Increasing the collection density reduced the cost per litre of the collected milk (R2 = 0.98; Figure 6). Thus the collection density is a useful parameter when making a first evaluation of the efficiency of a collection route. The new good feasible routes could, also, improve the environmental impact associated with the transport operations and the traceability of milk. However, environmental emissions were not correlated to the number of suppliers.

4. Conclusions

The simulation model to improve the logistics of sheep milk collection that is developed in this study is a significant contribution to solving the problems that are connected with scheduling of milk tankers and to assess the energy and carbon impact due to milk collection and delivery. The work aimed to find a decision support tool that could analyse the existing situation and obtain the new routes, which had the minimum costs. Furthermore, the developed tool allowed cheese factories to modify and rearrange milk collection routes based on the monthly variation of milk produced.
Results showed that optimisation of the routes reduced the collection costs by 6%, the distances driven by 7.4%, and the time taken for the trips by 8.6%. As a consequence, this reduced the number of man/hours employed, and CO2 emissions by 7.5%.
In certain cases poor management of the collection routes was identified. Certain cheese factories collected small quantities of milk from farms in different provinces, with a consequent increase in “dead distance” when compared to “useful distance”. This allowed a reduction of collection density, which seems to function in inverse proportion to the costs of transport.

Acknowledgments

This study was performed as part of the project “Analisi dei sistemi logistici e definizione di modelli gestionali nella raccolta e trasporto del latte ovino”, financed by Sardinian Region (Italy).

Author Contributions

M.C., G.T. and A.P. conceived and designed the experiments; M.C. and G.T. did data collection; M.C. and G.T. analyzed the data and wrote the paper; M.C., G.T. and A.P. revisioned the article for the final approval of the version to be published.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Fonterra. The Global Dairy Industry. 2016. Fonterra Co-Operative Group, New Zealand. 2014. Available online: http://www2.fonterra.com/our-financials/the-global-dairy-industry (accessed on 20 September 2017).
  2. ISTAT (Istituto Nazionale di Statistica). Annuario Statistico Italiano; ISTAT: Rome, Italy, 2015; ISBN 978-88-458-1866-0. [Google Scholar]
  3. European Commission (EC). EU Agricultural Outlook: Prospects for EU Agricultural Markets and Income 2015–2025; European Commission: Brussels, Belgium, 2015. [Google Scholar]
  4. Berlin, J.; Sonesson, U.; Tillman, A.M. Product Chain Actors’ Potential for greening the product life cycle: The Case of the Swedish postfarm milk chain. J. Ind. Ecol. 2008, 12, 95–110. [Google Scholar] [CrossRef]
  5. De Montis, A.; Caschili, S.; Ganciu, A.; Ledda, A.; Paoli, F.; Puddu, F.; Barra, M. Strategic environmental assessment implementation of transport and mobility plans. The case of Italian regions and provinces. J. Agric. Eng. 2016, 47, 100–110. [Google Scholar] [CrossRef]
  6. Todde, G.; Murgia, L.; Caria, M.; Pazzona, A. A multivariate statistical analysis approach to characterize mechanization, structural and energy profile in Italian dairy farms. Energy Rep. 2016, 2, 129–134. [Google Scholar] [CrossRef]
  7. Sethanan, K.; Pitakaso, R. Differential evolution algorithms for scheduling raw milk transportation. Comput. Electr. Agric. 2016, 121, 245–259. [Google Scholar] [CrossRef]
  8. Lahrichi, N.; Crainic, T.G.; Gendreau, M.; Rei, W.; Rousseau, L.M. Strategic analysis of the dairy transportation problem. J. Oper. Res. Soc. 2013, 66, 44–56. [Google Scholar] [CrossRef]
  9. Caramia, M.; Guerriero, F. A milk collection problem with incompatibility constraints. Interfaces 2010, 40, 130–143. [Google Scholar] [CrossRef]
  10. Sankaran, J.K.; Ubgade, R.R. Routing tankers for dairy milk pickup. Interfaces 1994, 24, 59–66. [Google Scholar] [CrossRef]
  11. Butler, M.; Herlihy, P.; Keenan, P.B. Integrating information technology and operational research in the management of milk collection. J. Food Eng. 2005, 70, 341–349. [Google Scholar] [CrossRef]
  12. Claassen, G.D.H.; Hendriks, T. An application of special ordered sets to a periodic milk collection problem. Eur. J. Oper. Res. 2007, 180, 754–769. [Google Scholar] [CrossRef]
  13. Pazzona, A. Razionalizzazione dei sistemi di raccolta e di trasporto del latte ovino dall’azienda al caseificio. In Proceedings of the V Nationale AIGR Conference “Ingegneria per lo Sviluppo Dell’agricoltura”, Alghero, Italy, 4–6 March 1988; pp. 532–541. [Google Scholar]
  14. Winfrid, M. Realisierung eines Logistikberater-Arbeitsplatzes für das Frachtkostencontrolling mit Wissensbasierten Elementen; Nürnberg University: Erlangen, Germany, 1995. [Google Scholar]
  15. Čujan, Z. Simulation of production lines supply within internal logistics systems. Open Eng. 2016, 6, 470–475. [Google Scholar] [CrossRef]
  16. Huang, M.; Yang, J.; Teng, M.; Li, X.; Wang, T. The modelling of milk-run vehicle routing problem based on improved C-W algorithm that joined. Transp. Res. Procedia 2017, 25, 716–728. [Google Scholar]
  17. Dabbene, F.; Gay, P. Food traceability systems: Performance evaluation and optimization. Comput. Electr. Agric. 2011, 75, 139–146. [Google Scholar] [CrossRef]
  18. Comba, L.; Dabbene, F.; Gay, P.; Tortia, C. Open problems in traceability: From raw materials to finished food products. J. Agric. Eng. 2013, 44, 154–157. [Google Scholar] [CrossRef]
  19. Todde, G.; Caria, M.; Gambella, F.; Pazzona, A. Energy and Carbon Impact of Precision Livestock Farming Technologies Implementation in the Milk Chain: From Dairy Farm to Cheese Factory. Agriculture 2017, 7, 79. [Google Scholar] [CrossRef]
  20. Bošková, I. Effects of the length of the milk collection route on the choice of the locality of milk processing. Agric. Econ. 2009, 55, 501–507. [Google Scholar]
  21. Dooley, A.E.; Parker, W.J.; Blair, H.T. Modelling of transport costs and logistics for on-farm milk segregation in New Zealand dairying. Comput. Electr. Agric. 2005, 48, 75–91. [Google Scholar] [CrossRef]
  22. Lou, Z.; Li, Z.; Luo, L.; Dai, X. Study on multi-depot collaborative transportation problem of milk-run pattern. In Proceedings of the MATEC Web of Conferences, Wenzhou, China, 25 October 2016. [Google Scholar]
  23. Sun, H.; Jiang, G.; Kong, Q.; Chen, Z.; Li, X. Design of Real-Time Monitoring System on Raw Milk Transport Process. Int. J. Multimed. Ubiquitous Eng. 2016, 11, 335–342. [Google Scholar] [CrossRef]
  24. Vorotnikov, I.; Sukhanova, I.; Tretyak, L.; Baskakov, S. A logistics model of sustainable food supply of the region. In Proceedings of the XIII International Gottfried von Haberler Conference, Vaduz, Liechtenstein, 19 May 2017; Volume 164, pp. 94–98. [Google Scholar]
  25. Paredes-Belmar, G.; Lüer-Villagra, A.; Marianov, V.; Cortés, C.E.; Bronfman, A. The milk collection problem with blending and collection points. Comput. Electr. Agric. 2017, 134, 109–123. [Google Scholar] [CrossRef]
  26. Butler, M.; Williams, H.P.; Yarrow, L.A. The 2-period travelling salesman problem applied to milk collection in Ireland. Comput. Optim. Appl. 1997, 7, 291–306. [Google Scholar] [CrossRef]
  27. Chuda, B.; Foulds, L.; Igbaria, M. Fleet Manager: A microcomputer-based decision support system for vehicle routing. Decis. Support Syst. 1996, 16, 195–207. [Google Scholar]
  28. Gerdessen, J.C. Vehicle routing problems with trailors. Eur. J. Oper. Res. 1996, 93, 135–147. [Google Scholar] [CrossRef]
  29. Huia, W. Comparison of several intelligent algorithms for solving TSP problem in industrial engineering. Syst. Eng. Procedia 2012, 4, 226–235. [Google Scholar] [CrossRef]
  30. Filip, E.; Otakar, M. The travelling salesman problem and its application in logistic practice. WSEAS Trans. Bus. Econ. 2011, 4, 163–173. [Google Scholar]
  31. Uğur, A.; Aydin, D. An interactive simulation and analysis software for solving TSP using Ant Colony Optimization algorithms. Adv. Eng. Softw. 2009, 40, 341–349. [Google Scholar] [CrossRef]
  32. Stützle, T.; Dorigo, M. ACO Algorithms for the Traveling Salesman Problem. In Evolutionary Algorithms in Engineering and Computer Science: Recent Advances in Genetic Algorithms, Evolution Strategies, Evolutionary Programming, Genetic Programming and Industrial Applications; Miettinen, K., Mäkelä, M.M., Neittaanmäki, P., Periaux, J., Eds.; John Wiley & Sons: Hoboken, NJ, USA, 1999. [Google Scholar]
  33. Dorigo, M.; Stützle, T. Ant Colony Optimization: Overview and Recent Advances; 1-34. IRIDIA–Technical Report Series; Technical Report No. TR/IRIDIA/2009-013; Springer Nature: Berlin, Germany, 1999; ISSN 2010. [Google Scholar]
  34. ENEA. Inventario Annuale delle Emissioni di Gas Serra su Scala Regionale. Le Emissioni di Anidride Carbonica dal Sistema Energetico; Report; ENEA: Rome, Italy, 2010. [Google Scholar]
  35. Dorigo, M. Optimization, Learning and Natural Algorithms. Ph.D. Thesis, Politecnico di Milano, Milano, Italy, 1992. (In Italian). [Google Scholar]
  36. Ministero delle Infrastrutture e dei Trasporti. Available online: http://www.mit.gov.it/ (accessed on 19 July 2017).
Figure 1. The main software interface for integrated milk collection.
Figure 1. The main software interface for integrated milk collection.
Agriculture 08 00005 g001
Figure 2. Window for inserting the data of the supplier.
Figure 2. Window for inserting the data of the supplier.
Agriculture 08 00005 g002
Figure 3. After the geographical location of the suppliers has been entered, the position of the collection points are shown on a Google map as small icons.
Figure 3. After the geographical location of the suppliers has been entered, the position of the collection points are shown on a Google map as small icons.
Agriculture 08 00005 g003
Figure 4. Optimisation of a route.
Figure 4. Optimisation of a route.
Agriculture 08 00005 g004
Figure 5. Detailed output of good feasible solution routes.
Figure 5. Detailed output of good feasible solution routes.
Agriculture 08 00005 g005
Figure 6. Relationship between costs of milk collection and collection density.
Figure 6. Relationship between costs of milk collection and collection density.
Agriculture 08 00005 g006
Table 1. The 37 collection routes in the sample.
Table 1. The 37 collection routes in the sample.
Collection RouteSuppliers (No.)Milk (L)Time Taken for the Route (h:min:s)Distance (km)Cost (€ Cent/L)Average Cost of the Route (€)Density of Collection (L/km)Emissions (kg CO2)
TotalDeadUseful
118755906:57:22243.7174.868.23.97299.8531.0143
218599405:35:18150.355.295.32.97177.7439.972
316343206:48:32240.688.0152.26.57225.4814.390
418792305:24:35144.223.6120.52.54201.6455.084
516529103:58:34135.723.7112.13.10164.2239.065
620683507:12:06220.3121.398.93.41232.8631.0105
715684806:08:11194.4131.762.73.13214.3335.293
822454706:18:57165.753.3112.44.21191.2727.479
918587406:00:50143.839.6104.22.92171.7640.968
1015602805:35:53199.356.0143.33.62218.0130.295
1111561404:31:53122.053.168.92.69150.7646.058
121810,14806:18:35169.460.5108.92.26229.0859.999
1314825604:46:45134.242.891.42.30190.2261.578
142111,71607:17:24161.965.796.21.89221.0872.494
152311,05506:03:08134.020.4113.61.72190.0382.578
1617649705:57:28125.523.4102.12.37154.2551.860
172111,98508:00:03238.346.6191.72.46295.1650.3139
181911,24707:37:01246.122.8223.32.68301.8845.7144
1911799005:25:09116.912.0104.92.12169.7168.368
205518704:11:27118.239.578.62.83146.9243.957
212612,75705:50:33107.720.886.91.24158.35118.463
222511,04605:58:52118.319.998.41.55171.3393.469
232610,93907:12:48149.022.0127.01.89206.9773.487
242711,53106:45:07129.723.7106.01.60185.0088.976
2524876905:57:4198.713.785.01.67146.8788.958
2622891307:30:08113.97.6106.31.86165.9978.367
2713506504:54:00118.635.583.12.91147.3542.757
282312,39305:06:50116.060.255.81.36168.54106.968
2929869808:57:58234.480.2154.23.35291.6737.1137
301811,90404:32:58110.828.282.51.36162.12107.565
312511,66507:08:21131.733.997.81.61187.2888.677
3210655705:53:27245.787.6158.13.80249.1326.7118
3318619004:34:00102.518.783.72.11130.5160.449
3414434604:15:05141.517.4124.13.90169.6430.768
3525547604:22:2562.714.648.21.5584.9087.330
3617840003:30:3570.33139.31.30108.85119.541
3713538803:18:4988.812.376.42.14115.4760.743
Average18.78109.805:50:14149.945.4104.42.57189.0960.479.6
SD5.382731.9301:18:5551.6136.7837.381.0751.9327.9828.12
Table 2. Optimised collection routes for the 37 routes in the sample.
Table 2. Optimised collection routes for the 37 routes in the sample.
Collection RouteSuppliers (No.)Milk (L)Time Taken for the Route (h:min:s)Distance (km)Cost (€ Cent/L)Average Cost of the Route (€)Density of Collection (L/km)Emissions (kg CO2)
TotalDeadUseful
118755906:37:34205.9125.580.53.51265.5636.7120
218599405:29:20147.061.186.02.92174.7740.870
316343206:08:44227.731.6196.16.34217.4815.186
418792305:24:35144.223.6120.52.54201.6455.084
516529103:58:34135.723.7118.33.10164.2239.065
620683505:36:05190.666.375.13.09211.3735.991
715684805:25:53178.298.479.82.94201.6338.485
822454705:18:03137.754.683.23.65166.1333.066
918587405:32:20127.226.5100.72.65155.9246.261
1015602805:31:20196.115.7180.43.58215.6130.794
1111561403:34:28114.344.969.32.55142.9249.155
12181014805:35:19149.724.086.22.05207.7567.887
1314825604:43:48132.616.486.32.28188.3962.378
142111,71607:17:24161.965.7100.91.89221.0872.495
152311,05506:03:08134.020.4136.71.72190.0382.578
1617649705:43:36119.723.591.62.28148.4354.357
172111,98507:49:40233.118.3179.62.42290.5151.4136
181911,24707:17:51235.325.3201.32.60292.4947.8138
1911799004:03:36102.73.089.31.90151.9577.860
205518703:10:21115.520.292.82.78144.2544.955
212612,75705:34:0590.915.465.91.07136.72140.453
222511,04605:45:18103.517.776.21.39153.01106.760
232610,93906:49:58139.318.5110.31.79196.1378.581
242711,53106:32:49121.326.485.61.52175.0295.171
2524876905:19:4174.411.560.11.31114.56117.943
2622891305:22:50102.512.0101.51.70151.8286.960
2713506504:22:07101.022.365.52.55128.9950.148
282312,39304:50:24102.31.361.31.22151.46121.260
2929869808:42:20224.245.4132.73.25282.5538.8131
301811,90404:23:54104.626.478.21.30154.36113.961
312511,66505:42:38118.634.084.61.47171.6998.469
3210655705:02:21232.569.3215.73.67240.9228.2111
3318619004:01:2893.917.176.81.96121.1765.945
3414434604:13:38141.215.6141.23.90169.3730.868
3525547604:08:3858.72.047.31.4679.9693.228
3617840003:13:1369.017.746.61.27106.99121.840
3713538802:59:3379.225.449.31.94104.5368.038
Average18.78109.805:20:11139.131.5101.42.42178.1565.973.8
SD5.382731.9301:17:5349.5826.3244.001.0451.5631.8226.99

Share and Cite

MDPI and ACS Style

Caria, M.; Todde, G.; Pazzona, A. Modelling the Collection and Delivery of Sheep Milk: A Tool to Optimise the Logistics Costs of Cheese Factories. Agriculture 2018, 8, 5. https://doi.org/10.3390/agriculture8010005

AMA Style

Caria M, Todde G, Pazzona A. Modelling the Collection and Delivery of Sheep Milk: A Tool to Optimise the Logistics Costs of Cheese Factories. Agriculture. 2018; 8(1):5. https://doi.org/10.3390/agriculture8010005

Chicago/Turabian Style

Caria, Maria, Giuseppe Todde, and Antonio Pazzona. 2018. "Modelling the Collection and Delivery of Sheep Milk: A Tool to Optimise the Logistics Costs of Cheese Factories" Agriculture 8, no. 1: 5. https://doi.org/10.3390/agriculture8010005

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop