Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Matrices in input #1160

Open
AlirezaAzizi14 opened this issue Sep 22, 2024 · 1 comment
Open

Question about Matrices in input #1160

AlirezaAzizi14 opened this issue Sep 22, 2024 · 1 comment
Labels

Comments

@AlirezaAzizi14
Copy link

I didn't quite understand the details from your explanations in the "matrices" section. Is this parameter used for inputting vehicle costs?
Is it possible to explain more about this matter?

@jcoupey
Copy link
Collaborator

jcoupey commented Sep 23, 2024

In order to evaluate solutions, we need to decide "cost" between all locations involved in the problem. This is derived from travel time and distance between all points. The travel time matrices are also used to assert route validity in case you have timing constraints.

In practice, if you're using one of the routing integrations we have, you do not need to care about providing custom matrices since VROOM handles the call to the routing engines and retrieves the matrices for you behind the scene.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants