简体   繁体   中英

Multiple Depot Vehicle Routing Problem Optaplanner

I am trying to customize Optaplanner for my particular use-case. I have been successful so far but now I am struck at the point where I need to have multiple depot and multiple location . Their main use-case seems to be under the assumption that all the vehicle will start from a particular location called depot/warehouse.

In my use-case the conditions are slightly different, The vehicle can start from their own respective locations , meaning there will be multiple depot and multiple customer locations to visit. { MDVRP problem }

for eg ->

       If I have 5 agent and 10 customer location to provide any service, this algorithm assumes 
       that all these agent will start from same starting location i.e warehouse/depot. 
       Thus the algorithm will optimize routes based on this assumption and all routes will 
       start from warehouse

My use case is somewhat like this

    If I have 5 agent and 10 customer location to provide any service. Then the algorithm should 
    start optimizing the route from their own respective location to all the customer location.

So far I have tried custom input to their algorithm. But it doesn't work in an expected manner. Have anyone tried this tool with multiple depot. Any kind of help is appreciated.

The optaplanner-examples implementation supports multi-depot's and it has datasets with multidepots in its data directory . The OptaWeb implementation is based on that model, so the solver should be able to handle it already, but the UI doesn't support this feature yet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM