question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked Melissa F2 commented

Capacitated vehicle routing problem in FlexSim

Can we use FlexSim to solve Capacitated vehicle routing problem.

For example 50 locations where orders requests are coming and we have 5 storage places from where delivery is planned.

Output should be number of trucks and their routes.

Optquest is the one which first got in to my mind. Just checking any one who already had implemented in FlexSim.

Or FlexSim is not the one we need to use for Capacitated vehicle routing problems?

FlexSim 21.1.3
FlexSim 21.2.2
optquestflexsim 21.1.3vehicle routing
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered Jordan Johnson commented

I think you could use the optimizer for this. I would build a model where you can use a parameter to adjust the number of trucks, and where you can use another parameter to adjust the sequence that orders are loaded on to trucks. As far as the route goes, the truck just delivers each item in order. In a good sequence, the truck will stop at each location once.

The objective would probably be something like "minimize delivery time". But you also want to minimize the number of trucks you use. So you'll want to use two objectives, and look at the tradeoff between how long the delivery takes, and how many trucks you use. I'm assuming you want less than 50 trucks.

· 4
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Melissa F2 avatar image
0 Likes"
Melissa F2 answered Melissa F2 commented

hello @Jordan Johnson

I'm having trouble moving forward on a project that I want to simulate on flexim. (I have 5 cities and a warehouse and two 10-ton trucks. Each of the cities has different demands. I would like to simulate this vehicle routing problem in order to optimize transport time and costs). Could you please help me.capture-decran-2022-03-26-133850.png


· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.