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.

Ryan Clark avatar image Ryan Clark commented ·

Hi @sudheer.r, was Jordan Johnson's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·
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.

SudheerReddy avatar image SudheerReddy commented ·
@Jordan Johnson very small model helpful to see how we can use optquest for this kind of problems?
0 Likes 0 ·
Jordan Johnson avatar image Jordan Johnson ♦♦ SudheerReddy commented ·

Here is a related example:

SequenceOptimizationDemo.fsm

It shows how to use a sequence parameter to sequence the work in this model. In your case, instead of feeding the jobs onto machines, you would load them in trucks. Then the trucks would look at each loaded item, travel to its destination, and unload it. You can just replace "Processing" and item with "Delivering" an item.

1 Like 1 ·
SudheerReddy avatar image SudheerReddy Jordan Johnson ♦♦ commented ·

@Jordan Johnson I was going through the model

below user command is throwing up error

setUpExperimenterOptimizerVariables


1631727989977.png

0 Likes 0 ·
1631727989977.png (26.2 KiB)
Show more comments
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.

Jordan Johnson avatar image Jordan Johnson ♦♦ commented ·

Hi @Melissa F2 ,

This sounds like a good question. However, it is currently posted as an answer to a previous question. I am working on the answer to your question. However, it would be helpful if you could post this as a new Question. That will make it easier for other people to find the question, as well as the answer.

1 Like 1 ·
Melissa F2 avatar image Melissa F2 Jordan Johnson ♦♦ commented ·

Thanks you for your answer @Jordan Johnson. I agree with you and i am going to repost my question correctly.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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