Skip to main content

Comparing the efficiency when using two VRP formulations for practical applications

Answered

Comments

2 comments

  • Mario Ruthmair
    Gurobi Staff Gurobi Staff

    Hi Wei Wang,

    It is difficult to make a general statement, but yes, I would expect that VRP1 also works better than VRP2 if additional constraints are present.
    The main question is, why does VRP1 perform better than VRP2 for the pure VRP without additional constraints?

    • Is it because it is theoretically stronger, i.e., it provides dual bounds that are at least as good as the other formulation? In this case, the hope is that the bounds are also better in the richer problem variant. But this does not need to be the case if the additional constraints are the restricting ones.
    • Is it because the solver finds better solutions (primal bounds) with the built-in heuristics? This could even be the case if VRP1 is theoretically weaker than VRP2. Then, the hope is that the solver can also find better solutions for the richer problem variant. But again, this does not need to be the case if the additional constraints make the VRP really tough.

    Finally, the size of the model might play a role in your considerations. Theoretically stronger models are often larger since they have additional variables or constraints to achieve the stronger bounds.

    In the end, you probably should try both.

    Best regards,
    Mario

    0
  • Wei Wang
    Gurobi-versary
    Conversationalist
    First Question

    Dear Mario,

    Thank you very much for your insightful and detailed response to my query. Your expert perspectives are incredibly instructive and will be invaluable in my ongoing research.

    I appreciate the time and effort you took to address my concerns.

    Best,

    Wei

    0

Please sign in to leave a comment.