Difference between revisions of "Developing an Applied Algorithm for Multi-Trip Vehicle Routing Problem with Time Windows in Urban Waste Collection: A Case Study"

From IFORS Developing Countries Online Resources
Jump to: navigation, search
m (Protected "Developing an Applied Algorithm for Multi-Trip Vehicle Routing Problem with Time Windows in Urban Waste Collection: A Case Study" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
Line 12: Line 12:
  
 
link to material: https://ifors.org/wp-content/uploads/2020/01/0734242x18807001.pdf
 
link to material: https://ifors.org/wp-content/uploads/2020/01/0734242x18807001.pdf
 +
 +
<html>
 +
<head>
 +
</head>
 +
<body>
 +
<script type="text/javascript">(function(d, t, e, m){
 +
    // Async Rating-Widget initialization.
 +
    window.RW_Async_Init = function(){
 +
        RW.init({
 +
            huid: "141148",
 +
            uid: "6db8b62d52afa816e07e3917b2d0ce28",
 +
            source: "website",
 +
            options: {
 +
                "advanced": {
 +
                    "layout": {
 +
                        "lineHeight": "22px"
 +
                    }
 +
                },
 +
                "size": "medium",
 +
                "style": "oxygen"
 +
            }
 +
        });
 +
        RW.render();
 +
    };
 +
 +
    // Append Rating-Widget JavaScript library.
 +
    var rw, s = d.getElementsByTagName(e)[0], id = "rw-js",
 +
        p = d.location.protocol, a = ("https:" == p ? "secure." +
 +
        m + "js/" : "js." + m), ck = "Y" + t.getFullYear() + "M" +
 +
        t.getMonth() + "D" + t.getDate();
 +
    if (d.getElementById(id)) return;             
 +
    rw = d.createElement(e);
 +
    rw.id = id; rw.async = true; rw.type = "text/javascript";
 +
    rw.src = p + "//" + a + "external.min.js?ck=" + ck;
 +
    s.parentNode.insertBefore(rw, s);
 +
}(document, new Date(), "script", "rating-widget.com/"));</script>
 +
<div class="rw-ui-container rw-urid-737"></div>
 +
</body>
 +
</html>
  
  
 
[[Category:Environment]]
 
[[Category:Environment]]

Latest revision as of 02:25, 7 January 2020

by: Erfan Babaee Tirkolaee, Parvin Abbasian, Mehdi Soltani and Seyed Ali Ghaffarian

Abstract

This paper studies a multi-trip vehicle routing problem with time windows specifically related to urban waste collection. Urban waste collection is one of the municipal activities with large costs and has many practical difficulties. In other words, waste collection and disposal is a costly task due to high operating expenses (fuel, maintenance, recycling, manpower, etc.) and small improvements in this field can result in tremendous savings on municipal expenditure. In the raised problem, the goal is to minimize total cost including traversing cost, vehicle employment cost, and exit penalty from permissible time windows. In this problem, the waste is deposited at the points indicating the demand nodes, in which each demand shows the volume of generated waste. Considering multiple trips for vehicles and time windows are the most critical features of the problem, so that the priorities of serving some specific places such as hospitals can be observed. Since vehicle routing problems (VRP) belongs to NP-hard problems, an efficient simulated annealing (SA) is proposed to solve the problem. The computational results show that our proposed algorithm has a great performance in a short computational time in comparison with the CPLEX solver. Finally, in order to demonstrate the applicability of the model, a case study is analyzed in Iran, and the optimal policies are presented.


Keywords

Vehicle routing problem, multiple trips, urban waste collection, simulated annealing, time windows, CPLEX solver

link to material: https://ifors.org/wp-content/uploads/2020/01/0734242x18807001.pdf